diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-20 19:54:38 +0300 |
---|---|---|
committer | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-20 19:54:38 +0300 |
commit | 7bc2504037574e25c5b6038874bde1ee282019a6 (patch) | |
tree | e59077dd70ae8b06932da9c341b12dd9b6c26005 /network/etherpoke/etherpoke.SlackBuild | |
parent | 855b86ac6b5964b49f225d823e466848912e3409 (diff) | |
download | slackbuilds-7bc2504037574e25c5b6038874bde1ee282019a6.tar.gz |
network/etherpoke: Update HOMEPAGE and DOWNLOAD url.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/etherpoke/etherpoke.SlackBuild')
-rw-r--r-- | network/etherpoke/etherpoke.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/etherpoke/etherpoke.SlackBuild b/network/etherpoke/etherpoke.SlackBuild index 2b67d39961..5c08c673e1 100644 --- a/network/etherpoke/etherpoke.SlackBuild +++ b/network/etherpoke/etherpoke.SlackBuild @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |