hotfix for moving cups to base use $confdir instead of $base/package/praenti/cups/ to specify a patch-file location git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8650 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -28,7 +28,7 @@ cups_pm(){
}
if [ "${ROCKCFG_X86_BITS}" = "64" ] ; then
var_append patchfiles ' ' "$base/package/praenti/cups/hotfix.diff_x86_64"
var_append patchfiles ' ' "$confdir/hotfix.diff_x86_64"
fi
var_append extraconfopt " " "--with-cups-user=daemon --with-cups-group=daemon"