diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-14 08:20:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-14 08:20:02 +0700 |
commit | 7b93505e7419276b01123531174707de012fe0f9 (patch) | |
tree | b4a1e14813271d498f203f390a6943a3ac77ff92 /system/rover/rover.SlackBuild | |
parent | 457ffda47f37ff4001d53b0b2a85b72b3fea679d (diff) | |
download | slackbuilds-7b93505e7419276b01123531174707de012fe0f9.tar.gz |
system/rover: Fix typo + remove config.h.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rover/rover.SlackBuild')
-rw-r--r-- | system/rover/rover.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/rover/rover.SlackBuild b/system/rover/rover.SlackBuild index fcecebd3f5..dc3a552163 100644 --- a/system/rover/rover.SlackBuild +++ b/system/rover/rover.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=rover VERSION=${VERSION:-0.4.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -70,7 +70,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Allows using a custom config.h with rover -if [ -f $CWD/config,h ]; then +if [ -f $CWD/config.h ]; then cp -a $CWD/config.h config.h fi |