diff options
author | Ekin Akoglu <ekinakoglu@gmail.com> | 2017-03-12 15:51:40 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:58:21 +0700 |
commit | 884b9dcaf0dd7c06140c28097e443d499ed1db29 (patch) | |
tree | dfdf0262af2b20152209525ff6022b78411b6012 /office/ganttproject/ganttproject.SlackBuild | |
parent | 50bf47deb1da6fb36a7a9e39c067ce7bf2df04e4 (diff) |
office/ganttproject: Fixed download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/ganttproject/ganttproject.SlackBuild')
-rw-r--r-- | office/ganttproject/ganttproject.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/office/ganttproject/ganttproject.SlackBuild b/office/ganttproject/ganttproject.SlackBuild index e298b8d7a4139..fd335eb0cf424 100644 --- a/office/ganttproject/ganttproject.SlackBuild +++ b/office/ganttproject/ganttproject.SlackBuild @@ -44,11 +44,7 @@ mkdir -p \ $OUTPUT cd $TMP rm -rf $PRGNAM-$PRGNAM-$VERSION -if [ -e $CWD/$PRGNAM-$VERSION.tar.gz ]; then - tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -else - tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz -fi +tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$PRGNAM-$VERSION chown -R root:root . find -L . \ |