From 9265150f01e4af48a2d6de88e26a47edeb7c4b8c Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 28 Aug 2013 22:01:30 -0400 Subject: [PATCH] Fix invalid cups post build script name --- stage5/pkg/cups | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1