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:
Robby Workman 2024-07-14 13:24:44 -05:00 committed by Willy Sudiarto Raharjo
parent ebd725d556
commit aeab58a454
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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