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