Browse Source

Tobias Hintze:

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
rocklinux
Tobias Hintze 17 years ago
parent
commit
85d34fdc08
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/cups/cups.conf

+ 1
- 1
package/base/cups/cups.conf

@ -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"

Loading…
Cancel
Save