diff options
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 |