diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-15 18:19:50 +0200 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 19:44:40 -0400 |
commit | bccd5718fc766056ee343ea6aebeb0e3a42536f3 (patch) | |
tree | 1955d5d7466ccc4ee34d1c17b29df607e686c46d /desktop/bmpanel2/bmpanel2.SlackBuild | |
parent | 418910b40c865c7458d5fa66e4d294362d6c83ed (diff) | |
download | slackbuilds-bccd5718fc766056ee343ea6aebeb0e3a42536f3.tar.gz |
desktop/bmpanel2: Updated for version 20111207_5ad46c8.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/bmpanel2/bmpanel2.SlackBuild')
-rw-r--r-- | desktop/bmpanel2/bmpanel2.SlackBuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/desktop/bmpanel2/bmpanel2.SlackBuild b/desktop/bmpanel2/bmpanel2.SlackBuild index 9dcee2d368..6080534ab1 100644 --- a/desktop/bmpanel2/bmpanel2.SlackBuild +++ b/desktop/bmpanel2/bmpanel2.SlackBuild @@ -22,13 +22,10 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bmpanel2 -VERSION=${VERSION:-20110303_d6e866f} +VERSION=${VERSION:-20111207_5ad46c8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# You should change this value if you want to build a newer version/commit -COMMIT=${COMMIT:-d6e866f} - if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; @@ -63,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf nsf-$PRGNAM-$COMMIT -tar xvf $CWD/nsf-$PRGNAM*-g$COMMIT.tar.?z* -cd nsf-$PRGNAM-$COMMIT +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM*-$VERSION.tar.?z* +cd $PRGNAM-$VERSION chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |