mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
tiny refactoring
This commit is contained in:
parent
557d4a2507
commit
f647a9027a
1 changed files with 1 additions and 2 deletions
|
@ -21,9 +21,8 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
set -eu
|
||||
|
||||
rm -rf $PKG
|
||||
rm -rf $PKG $PRGNAM-$VERSION
|
||||
mkdir -p $TMP $OUTPUT $PKG/$VHOSTROOT
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
|
||||
REPOSITORIES=/home/installs/SlackBuilds/repositories
|
||||
REPOSITORY=${REPOSITORIES}/$PRGNAM
|
||||
|
|
Loading…
Reference in a new issue