mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
fix repo path
This commit is contained in:
parent
ad11180407
commit
706f402ab7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ mkdir -p $TMP $OUTPUT $PKG/$DOCROOT
|
|||
cd $PKG/$DOCROOT/
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
|
||||
REPOSITORY=/home/installs/SlackBuilds/repository/$PRGNAM
|
||||
REPOSITORY=/home/installs/SlackBuilds/repositories/$PRGNAM
|
||||
|
||||
if [ -e $REPOSITORY ]; then
|
||||
(cd $REPOSITORY; git pull)
|
||||
|
|
Loading…
Reference in a new issue