diff options
Diffstat (limited to 'raptor/raptor.SlackBuild')
-rwxr-xr-x | raptor/raptor.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raptor/raptor.SlackBuild b/raptor/raptor.SlackBuild index 2fae1ac9..152bae4b 100755 --- a/raptor/raptor.SlackBuild +++ b/raptor/raptor.SlackBuild @@ -73,7 +73,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then fi ./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR -make +make || exit 32 make DESTDIR=$TMP/package-$PACKAGE install CWD="`pwd`" |