diff options
Diffstat (limited to 'hashalot/hashalot.SlackBuild')
-rwxr-xr-x | hashalot/hashalot.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hashalot/hashalot.SlackBuild b/hashalot/hashalot.SlackBuild index 0c04755b..666bdc63 100755 --- a/hashalot/hashalot.SlackBuild +++ b/hashalot/hashalot.SlackBuild @@ -61,7 +61,7 @@ gzip -dc $SRC_DIR/$PATCH | patch -p0 cd $PACKAGE-$VERSION.orig ./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR -make +make || exit 32 make DESTDIR=$TMP/package-$PACKAGE install CWD="`pwd`" |