summaryrefslogtreecommitdiff
path: root/cups
diff options
context:
space:
mode:
authorJuergen Daubert <juergen.daubert@t-online.de>2006-10-14 08:56:58 +0000
committerJuergen Daubert <juergen.daubert@t-online.de>2006-10-14 08:56:58 +0000
commit3c3314ac7a5cf7333f208c4db92448e1929255da (patch)
tree6c925c0e107c832e841a8472b300a7138ea9af8f /cups
parent5650a60a1a140736951f9b742efd6ef1331d680e (diff)
downloadopt-3c3314ac7a5cf7333f208c4db92448e1929255da.tar.gz
opt-3c3314ac7a5cf7333f208c4db92448e1929255da.tar.xz
cups: fixed directory permission
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