diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-19 20:24:53 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-19 15:23:16 -0600 |
commit | d97afb1bed4471dbf96dc26497c14dc7d1922a43 (patch) | |
tree | 4c959139fc2a86968107c2a546cefc503fbca220 /network/etherpad-lite/etherpad-lite.SlackBuild | |
parent | b48a57f0f7d27340f6ce58ca065d2a46cfc9e8a4 (diff) | |
download | slackbuilds-d97afb1bed4471dbf96dc26497c14dc7d1922a43.tar.gz |
network/etherpad-lite: Updated for version 1.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 |