diff options
author | Dugan Chen <thedoogster@gmail.com> | 2012-06-30 12:02:18 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-30 12:02:18 -0400 |
commit | b18239409d4f105af08e0103f8a6453ba4c4b2c8 (patch) | |
tree | a33697d2df7f09d91712f745b7809b342d03afcc /desktop/compiz-boxmenu/compiz-boxmenu.SlackBuild | |
parent | 8c0a670c7f22f546c3857008cf5faf2e9868bcdd (diff) | |
download | slackbuilds-b18239409d4f105af08e0103f8a6453ba4c4b2c8.tar.gz |
desktop/compiz-boxmenu: Updated for version 1.1.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/compiz-boxmenu/compiz-boxmenu.SlackBuild')
-rw-r--r-- | desktop/compiz-boxmenu/compiz-boxmenu.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/compiz-boxmenu/compiz-boxmenu.SlackBuild b/desktop/compiz-boxmenu/compiz-boxmenu.SlackBuild index 8510e3b97c..cc91a958e4 100644 --- a/desktop/compiz-boxmenu/compiz-boxmenu.SlackBuild +++ b/desktop/compiz-boxmenu/compiz-boxmenu.SlackBuild @@ -5,7 +5,7 @@ # Written by Dugan Chen (thedoogster@gmail.com) PRGNAM=compiz-boxmenu -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,7 +59,6 @@ make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ CHANGELOG README TODO \ @@ -68,6 +67,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |