From: Hugo Villeneuve Date: Thu, 29 Aug 2013 02:01:30 +0000 (-0400) Subject: Fix invalid cups post build script name X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=9265150f01e4af48a2d6de88e26a47edeb7c4b8c;p=hvlinux.git Fix invalid cups post build script name --- diff --git a/stage5/pkg/cups b/stage5/pkg/cups index 4f0bf09..fc5c0d6 100644 --- a/stage5/pkg/cups +++ b/stage5/pkg/cups @@ -7,7 +7,7 @@ hvconfig_pre() CONFIGURE_OPTS="--libdir=/usr/lib --enable-pdftops" } -hvbuild_pre() +hvbuild_post() { if [ -n "${CUPS_SERVER}" ]; then # Configuring for connection to a remote CUPS print server