diff options
Diffstat (limited to 'network/etherpad-lite/etherpad-lite.SlackBuild')
-rw-r--r-- | network/etherpad-lite/etherpad-lite.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/network/etherpad-lite/etherpad-lite.SlackBuild b/network/etherpad-lite/etherpad-lite.SlackBuild index 6fb8cca94c..338cff1127 100644 --- a/network/etherpad-lite/etherpad-lite.SlackBuild +++ b/network/etherpad-lite/etherpad-lite.SlackBuild @@ -7,7 +7,7 @@ # PRGNAM=etherpad-lite -VERSION=${VERSION:-1.2.7} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,7 +47,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find . \ @@ -56,6 +56,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +./bin/installDeps.sh rm -f var/.gitignore mkdir -p $PKG/var/$PRGNAM |