diff options
Diffstat (limited to 'print/system-config-printer/Makefile')
-rw-r--r-- | print/system-config-printer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index 4b301c25914f..86ab797be906 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -38,6 +38,7 @@ INSTALLS_EGGINFO= yes PYDISTUTILS_PKGNAME= cupshelpers PYDISTUTILS_PKGVERSION= 1.0 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \ s|%%PREFIX%%|${PREFIX}|g' \ |