diff options
Diffstat (limited to 'source/n/openldap-client')
-rwxr-xr-x | source/n/openldap-client/openldap-client.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/n/openldap-client/openldap-client.SlackBuild b/source/n/openldap-client/openldap-client.SlackBuild index cb1b1286..e37255d9 100755 --- a/source/n/openldap-client/openldap-client.SlackBuild +++ b/source/n/openldap-client/openldap-client.SlackBuild @@ -73,8 +73,8 @@ tar xvf $CWD/openldap-$VERSION.tar.?z || exit 1 cd openldap-$VERSION || exit 1 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 \ --prefix=/usr \ @@ -132,8 +132,8 @@ fi # Remove man pages for the servers (not currently supported or shipped... # do they even work properly without the evil PAM?) -find $PKG/usr/man -name slap* -exec rm -f {} \; -find $PKG/usr/man -type d -empty -exec rmdir {} \; +find $PKG/usr/man -name slap* -exec rm -f {} \+ +find $PKG/usr/man -type d -empty -exec rmdir {} \+ # Compress and if needed symlink the man pages: if [ -d $PKG/usr/man ]; then |