diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-11 00:47:04 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-12 21:58:38 -0600 |
commit | 0be911f89b6ff32dc62c1ee4046aa74dea1d939d (patch) | |
tree | 9b36a7375e3a0df7ae84179d7741825853faaa83 /misc | |
parent | 1b4806383838ebd5c2be8d823893674614b3b112 (diff) | |
download | slackbuilds-0be911f89b6ff32dc62c1ee4046aa74dea1d939d.tar.gz |
misc/cups-windows: Killed unnecessary creation of /var/spool/samba
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cups-windows/cups-windows.SlackBuild | 7 |
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 |