summaryrefslogtreecommitdiffstats
path: root/system/profile-sync-daemon/profile-sync-daemon.SlackBuild
diff options
context:
space:
mode:
author Marcel Saegebarth2014-12-21 03:09:59 +0100
committer Willy Sudiarto Raharjo2014-12-21 03:09:59 +0100
commit7ffd38f70a027a88d1d7e5a6475c090197f58aa0 (patch)
tree0e1c445b34f8cd3881ab5901c649d1ba5f32dbf0 /system/profile-sync-daemon/profile-sync-daemon.SlackBuild
parent9bb57a56d1f1af22d8d497277f2ecbc52f2ac833 (diff)
downloadslackbuilds-7ffd38f70a027a88d1d7e5a6475c090197f58aa0.tar.gz
system/profile-sync-daemon: Updated for version 5.55.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/profile-sync-daemon/profile-sync-daemon.SlackBuild')
-rw-r--r--system/profile-sync-daemon/profile-sync-daemon.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/profile-sync-daemon/profile-sync-daemon.SlackBuild b/system/profile-sync-daemon/profile-sync-daemon.SlackBuild
index f5db41cad5..c9dc8b7d14 100644
--- a/system/profile-sync-daemon/profile-sync-daemon.SlackBuild
+++ b/system/profile-sync-daemon/profile-sync-daemon.SlackBuild
@@ -24,7 +24,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=profile-sync-daemon
-VERSION=${VERSION:-5.54}
+VERSION=${VERSION:-5.55}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +40,7 @@ rm -rf $PKG
rm -rf $TMP/$PRGNAM-$VERSION
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-tar xvf $CWD/v$VERSION.tar.gz
+tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \