From 0be911f89b6ff32dc62c1ee4046aa74dea1d939d Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 11 Jan 2016 00:47:04 -0600 Subject: misc/cups-windows: Killed unnecessary creation of /var/spool/samba Signed-off-by: Robby Workman --- misc/cups-windows/cups-windows.SlackBuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'misc') 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 -- cgit v1.2.3