diff options
Diffstat (limited to 'net/mail/sympa/sympa.SlackBuild')
-rwxr-xr-x | net/mail/sympa/sympa.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mail/sympa/sympa.SlackBuild b/net/mail/sympa/sympa.SlackBuild index 126ede60..e9df95bd 100755 --- a/net/mail/sympa/sympa.SlackBuild +++ b/net/mail/sympa/sympa.SlackBuild @@ -89,7 +89,7 @@ fi ./configure --with-initdir=/etc/rc.d/ --prefix=/usr/local/sympa --with-confdir=/usr/local/sympa/conf \ --with-etcdir=/usr/local/sympa/etc || exit $ERROR_CONF -make || exit $ERROR_MAKE +make DESTDIR=$TMP/package-$PACKAGE || exit $ERROR_MAKE make DESTDIR=$TMP/package-$PACKAGE install | tee $TMP/install.log || exit $ERROR_INSTALL CWD="`pwd`" |