diff options
Diffstat (limited to 'source/a/minicom/minicom.SlackBuild')
-rwxr-xr-x | source/a/minicom/minicom.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/a/minicom/minicom.SlackBuild b/source/a/minicom/minicom.SlackBuild index 20511e5e..4a92b10b 100755 --- a/source/a/minicom/minicom.SlackBuild +++ b/source/a/minicom/minicom.SlackBuild @@ -73,8 +73,8 @@ cd minicom-$VERSION #sed -i -e "s/getline/g_&/" $(grep -lr getline *) chown -R root:root . -find . -perm 777 -exec chmod 755 {} \; -find . -perm 664 -exec chmod 644 {} \; +find . -perm 777 -exec chmod 755 {} \+ +find . -perm 664 -exec chmod 644 {} \+ CFLAGS="$SLKCFLAGS" \ ./configure \ @@ -158,7 +158,7 @@ cp -a \ find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null ) -find $PKG/usr/man -type f -exec gzip -9 {} \; +find $PKG/usr/man -type f -exec gzip -9 {} \+ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |