diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-10-18 17:02:36 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-10-18 17:34:38 -0400 |
commit | 5741dfe70eb7136dffa1c3e7b2b31cbafc311884 (patch) | |
tree | c1c4763b7dc93dcd930f29a454126f24fb5ebb31 /desktop/bashrun2 | |
parent | dd0737311bdebdc4111358e2be3b91648467059a (diff) | |
download | slackbuilds-5741dfe70eb7136dffa1c3e7b2b31cbafc311884.tar.gz |
desktop/bashrun2: Fixed typo
Thanks to Chess Griffen for the bug report.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/bashrun2')
-rw-r--r-- | desktop/bashrun2/bashrun2.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/bashrun2/bashrun2.SlackBuild b/desktop/bashrun2/bashrun2.SlackBuild index 66a76692f9..57e9b990ae 100644 --- a/desktop/bashrun2/bashrun2.SlackBuild +++ b/desktop/bashrun2/bashrun2.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=bashrun2 VERSION=${VERSION:-0.2.2} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -82,7 +82,7 @@ make install-strip DESTDIR=$PKG mv $PKG/etc/xdg/bashrun2/bashrun2.rc $PKG/etc/xdg/bashrun2/bashrun2.rc.new mv $PKG/etc/xdg/bashrun2/plugins/terminal.rc $PKG/etc/xdg/bashrun2/plugins/terminal.rc.new -mv $PKG/etc/bash_completion.d/bashrun2 $PKGetc/bash_completion.d/bashrun2.new +mv $PKG/etc/bash_completion.d/bashrun2 $PKG/etc/bash_completion.d/bashrun2.new find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |