diff options
author | Henry Jensen <hjensen@connochaetos.org> | 2016-08-01 03:40:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-03 07:29:20 +0700 |
commit | 6c762653af2a3bcbcbda6c5312b2eae9cfd1e267 (patch) | |
tree | ed71806e644367ce7f42fee73cdde3ce6b275bdd /network/corebird/corebird.SlackBuild | |
parent | 72ecb21d099671dd10bc0f1217a9991f59dfbd20 (diff) | |
download | slackbuilds-6c762653af2a3bcbcbda6c5312b2eae9cfd1e267.tar.gz |
network/corebird: Updated for version 1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/corebird/corebird.SlackBuild')
-rw-r--r-- | network/corebird/corebird.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/corebird/corebird.SlackBuild b/network/corebird/corebird.SlackBuild index cbb4fcd86c..50828f300c 100644 --- a/network/corebird/corebird.SlackBuild +++ b/network/corebird/corebird.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=corebird -VERSION=${VERSION:-1.2.2} +VERSION=${VERSION:-1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,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 -L . \ |