summaryrefslogtreecommitdiff
path: root/cups
diff options
context:
space:
mode:
Diffstat (limited to 'cups')
-rw-r--r--cups/.footprint2
-rw-r--r--cups/Pkgfile4
2 files changed, 3 insertions, 3 deletions
diff --git a/cups/.footprint b/cups/.footprint
index 70e0f4fc8..0cace5dad 100644
--- a/cups/.footprint
+++ b/cups/.footprint
@@ -454,7 +454,7 @@ drwxr-xr-x root/root usr/share/cups/templates/
-rw-r--r-- root/root usr/share/cups/templates/trailer.tmpl
-rw-r--r-- root/root usr/share/cups/templates/users.tmpl
drwxr-xr-x root/root var/
-drwxrwxr-x root/root var/cache/
+drwxr-xr-x root/root var/cache/
drwxrwxr-x root/lp var/cache/cups/
drwxr-xr-x root/root var/log/
drwxr-xr-x root/root var/log/cups/
diff --git a/cups/Pkgfile b/cups/Pkgfile
index 70580bed3..131acfb23 100644
--- a/cups/Pkgfile
+++ b/cups/Pkgfile
@@ -5,7 +5,7 @@
name=cups
version=1.2.4
-release=1
+release=2
source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2 \
cups-config.patch cups)
@@ -31,7 +31,7 @@ build () {
rm -rf $PKG/etc/{rc*.d,init.d}
rm -rf $PKG/usr/share/{locale,icons,applications}
- chmod 0755 $PKG/var/spool
+ chmod 0755 $PKG/var/{cache,spool}
install -d $PKG/etc/ssl/{certs,keys}
touch $PKG/etc/ssl/certs/cups.crt

Generated by cgit