diff options
Diffstat (limited to 'sympa/sympa.SlackBuild')
-rwxr-xr-x | sympa/sympa.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sympa/sympa.SlackBuild b/sympa/sympa.SlackBuild index 7d241b6e..cc40c79b 100755 --- a/sympa/sympa.SlackBuild +++ b/sympa/sympa.SlackBuild @@ -87,7 +87,7 @@ tar xvf$tarflag $SRC_DIR/$SRC cd $PACKAGE-$VERSION ./configure --with-initdir=/etc/rc.d/ --prefix=/usr/local/sympa --with-confdir=/usr/local/sympa/conf \ --with-etcdir=/usr/local/sympa/etc -make +make || exit 32 make DESTDIR=$TMP/package-$PACKAGE install | tee $TMP/package-$PACKAGE/install.log CWD="`pwd`" |