comparison compression/zip/zip.sh @ 527:1aa1ea59be9b

compression: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:20:55 +0200
parents bcfdaa03daa2
children 137f5b5c5ce3
comparison
equal deleted inserted replaced
526:eec0faf3636c 527:1aa1ea59be9b
32 pushd ${PKGNAME}30 32 pushd ${PKGNAME}30
33 33
34 # does not support DESTDIR, fake it with prefix. 34 # does not support DESTDIR, fake it with prefix.
35 make -f unix/Makefile CC="$CC" generic 35 make -f unix/Makefile CC="$CC" generic
36 make -f unix/Makefile \ 36 make -f unix/Makefile \
37 prefix=$DESTDIR/usr \ 37 prefix=$DESTDIR/ \
38 MANDIR=$DESTDIR/usr/share/man/man1 \ 38 MANDIR=$DESTDIR/share/man/man1 \
39 install 39 install
40 40
41 popd 41 popd
42 rm -rf ${PKGNAME}30 42 rm -rf ${PKGNAME}30
43 } 43 }