mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/hdf: Fixed install destination.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
11fe97a826
commit
759c10f951
1 changed files with 5 additions and 0 deletions
|
@ -75,11 +75,16 @@ CPPFLAGS="$SLKCFLAGS" \
|
|||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-fortran \
|
||||
--disable-netcdf \
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
sed -i \
|
||||
-e 's:$(prefix)/examples:$(DESTDIR)$(docdir)/examples:' \
|
||||
hdf/examples/Makefile mfhdf/examples/Makefile
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
|
|
Loading…
Reference in a new issue