diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-10-21 16:50:20 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-28 07:07:13 +0700 |
commit | 50bd12cc39263b66da3ae9b025cb25af6ff328a0 (patch) | |
tree | 9e4668d3c7369b2e56ddbd888616dfa6a162fb25 /gis/postgis/postgis.SlackBuild | |
parent | ef70138665dffa7f9d9f0616d9807d60e157d5e7 (diff) | |
download | slackbuilds-50bd12cc39263b66da3ae9b025cb25af6ff328a0.tar.gz |
gis/postgis: Reflect change to upstream source.
Source file now contains install-sh.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis/postgis/postgis.SlackBuild')
-rw-r--r-- | gis/postgis/postgis.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild index 57b61a521a..6227e967e7 100644 --- a/gis/postgis/postgis.SlackBuild +++ b/gis/postgis/postgis.SlackBuild @@ -79,7 +79,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -./autogen.sh CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |