diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2016-01-09 14:08:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-09 14:08:50 +0700 |
commit | 396904e9b337d2859f2fa61a0873707c4db2cb97 (patch) | |
tree | 582f13aa09722fc9ef086170095a2e8345a9493c /desktop/openbox-simple-theme/openbox-simple-theme.SlackBuild | |
parent | 5ffe48dee96be660b761f1e89e0947b5c2f4ae9f (diff) |
desktop/openbox-simple-theme: Updated for version 20160104.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/openbox-simple-theme/openbox-simple-theme.SlackBuild')
-rw-r--r-- | desktop/openbox-simple-theme/openbox-simple-theme.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/openbox-simple-theme/openbox-simple-theme.SlackBuild b/desktop/openbox-simple-theme/openbox-simple-theme.SlackBuild index b7bb3c6fc1825..6b9d491f3f3d9 100644 --- a/desktop/openbox-simple-theme/openbox-simple-theme.SlackBuild +++ b/desktop/openbox-simple-theme/openbox-simple-theme.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="openbox-simple-theme" -VERSION=${VERSION:-20151121} +VERSION=${VERSION:-20160104} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,7 +43,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$SRCNAM.tar.gz -mv openbox-simple $PRGNAM-$VERSION +mv simple\ openbox\ theme $PRGNAM-$VERSION cd $PRGNAM-$VERSION chown -R root:root . |