From 7b93505e7419276b01123531174707de012fe0f9 Mon Sep 17 00:00:00 2001 From: Hunter Sezen <ovariegata@yahoo.com> Date: Sun, 14 Aug 2016 08:20:02 +0700 Subject: system/rover: Fix typo + remove config.h. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> --- system/rover/rover.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/rover/rover.SlackBuild') 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 -- cgit v1.2.3