summaryrefslogtreecommitdiffstats
path: root/gis/pointcloud/pointcloud.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'gis/pointcloud/pointcloud.SlackBuild')
-rw-r--r--gis/pointcloud/pointcloud.SlackBuild14
1 files changed, 9 insertions, 5 deletions
diff --git a/gis/pointcloud/pointcloud.SlackBuild b/gis/pointcloud/pointcloud.SlackBuild
index c37bfef672..236b83aa0c 100644
--- a/gis/pointcloud/pointcloud.SlackBuild
+++ b/gis/pointcloud/pointcloud.SlackBuild
@@ -67,11 +67,15 @@ else
fi
cd $PRGNAM-$VERSION
chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+find -L . \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+
+# Upstream commit
+# please remove it on next release
+patch -p1 < $CWD/postgresql9.5.patch
./autogen.sh
CFLAGS="$SLKCFLAGS" \