diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2014-07-29 03:28:54 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-03 16:32:16 +0700 |
commit | 3cba46f775a20a40a769a96ca1b0f505d4f0d123 (patch) | |
tree | 1111298d172aabed19382734d904f68a21f7206f /gis | |
parent | 5f8df11127edbf3669d7a567ee36d1ec699cf805 (diff) | |
download | slackbuilds-3cba46f775a20a40a769a96ca1b0f505d4f0d123.tar.gz |
gis/proj: Include additional header file.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/proj/proj.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gis/proj/proj.SlackBuild b/gis/proj/proj.SlackBuild index 3dc2f780c9..a5bbc51f4c 100644 --- a/gis/proj/proj.SlackBuild +++ b/gis/proj/proj.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=proj VERSION=${VERSION:-4.8.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -70,6 +70,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG +cat src/projects.h > $PKG/usr/include/projects.h ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; |