mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
cleanup installed files
This commit is contained in:
parent
b90518cb3b
commit
18d10da52e
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ VERSION="$( cd $REPOSITORY && git log -1 --format=%h_%ad --date=format:%Y.%m.%d
|
|||
|
||||
mkdir -p $PKG/opt
|
||||
cp -r $REPOSITORY $PKG/opt/
|
||||
rm -fr $PKG/opt/$PRGNAM/{.git*,.editorconfig,.eslintrc}
|
||||
chown -R ${RUNNING_USER}:${RUNNING_GROUP} $PKG/opt/$PRGNAM
|
||||
|
||||
mkdir -p $PKG/etc/rc.d/
|
||||
|
|
Loading…
Reference in a new issue