summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/cups-windows/cups-windows.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/cups-windows/cups-windows.SlackBuild b/misc/cups-windows/cups-windows.SlackBuild
index 03faf542d5..3f1b53f1a0 100644
--- a/misc/cups-windows/cups-windows.SlackBuild
+++ b/misc/cups-windows/cups-windows.SlackBuild
@@ -33,11 +33,8 @@ find -L . \
make install BUILDROOT=$PKG
-# Permissions don't seem necessary, but I get errors like this otherwise:
-# smbd: print_job_start: insufficient permissions to open spool file /var/spool/samba/smbprn.00000011.Ox9UuS.
-# Calling all cluebats... ;-) --rworkman
-mkdir -p $PKG/var/spool/samba
-chmod 1777 $PKG/var/spool/samba
+# /var/spool/samba should be part of the samba package and have ownershipo and
+# permissions of root:root 1777
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE.txt README.txt $PKG/usr/doc/$PRGNAM-$VERSION