diff options
Diffstat (limited to 'yasm')
-rwxr-xr-x | yasm/yasm.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yasm/yasm.SlackBuild b/yasm/yasm.SlackBuild index 4362e393..bca01b9a 100755 --- a/yasm/yasm.SlackBuild +++ b/yasm/yasm.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`" |