diff options
author | Dugan Chen <thedoogster@gmail.com> | 2014-03-24 13:48:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-24 13:48:30 +0700 |
commit | 44bcccd89d0f5546858682f1906cacca6faeec2c (patch) | |
tree | 8d7672edbd40158c909204cd3c1cea2fd70a463c /audio/oss/oss.SlackBuild | |
parent | 4d04310d8d9932c64d02ba70ba1302ca9d26b228 (diff) | |
download | slackbuilds-44bcccd89d0f5546858682f1906cacca6faeec2c.tar.gz |
audio/oss: Updated for version 4.2.2009.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/oss/oss.SlackBuild')
-rw-r--r-- | audio/oss/oss.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/oss/oss.SlackBuild b/audio/oss/oss.SlackBuild index 5ef14a479d..f0a1ed48ba 100644 --- a/audio/oss/oss.SlackBuild +++ b/audio/oss/oss.SlackBuild @@ -5,9 +5,7 @@ # Written by Dugan Chen (thedoogster [at] gmail [dot] com). PRGNAM=oss -VERSION=${VERSION:-4.2.2008} -SRCZIP="ender.zip" -SRCDIR="oss-v4.2-build2008-ender" +VERSION=${VERSION:-4.2.2009} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -49,8 +47,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$SRCVERSION -unzip -x $CWD/$SRCZIP -cd $SRCDIR +tar xvf $CWD/oss-${SRCVERSION}.tar.bz2 +cd oss-${SRCVERSION} chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |