mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
office/kbgoffice: Fixed SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
112233285b
commit
10fca4e0ed
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ mkdir -p $PKG/usr/share/applications
|
|||
cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
|
||||
|
||||
# er, no.
|
||||
rm -rf $PKG/root
|
||||
rm -rf $PKG/${HOME:-root}/Desktop
|
||||
rmdir -p --ignore-fail-on-non-empty $PKG/${HOME:-root}
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
|
|
Loading…
Reference in a new issue