mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/xmonad: Fixed chown syntax
Signed-off-by: Robby Workman <rworkman@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ebd725d556
commit
aeab58a454
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ rm -rf $PKG/usr/share
|
|||
mkdir -p $PKG/usr/man/man1
|
||||
cp man/xmonad.1 $PKG/usr/man/man1/xmonad.1
|
||||
chmod 644 $PKG/usr/man/man1/xmonad.1
|
||||
chown root.root $PKG/usr/man/man1/xmonad.1
|
||||
chown root:root $PKG/usr/man/man1/xmonad.1
|
||||
|
||||
# Add X startup script
|
||||
mkdir -p $PKG/etc/X11/xinit
|
||||
|
|
Loading…
Reference in a new issue