diff options
Diffstat (limited to 'darksnow/darksnow.SlackBuild')
-rwxr-xr-x | darksnow/darksnow.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/darksnow/darksnow.SlackBuild b/darksnow/darksnow.SlackBuild index 5fd5f5bc..8a3e8f16 100755 --- a/darksnow/darksnow.SlackBuild +++ b/darksnow/darksnow.SlackBuild @@ -73,7 +73,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then fi ./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR -make +make || exit 32 strip darksnow make make_pkg |