unzip: fix broken symlink

This commit is contained in:
wertyi48 2013-07-08 16:14:20 -03:00
parent 9a670eb504
commit 2cb66e915f

View file

@ -23,8 +23,7 @@ do_build() {
do_install() {
cd ${wrksrc}
make ${makejobs} -f unix/Makefile prefix=${DESTDIR}/usr \
LN='ln -fs' INSTALL_PROGRAM="install" install
make ${makejobs} -f unix/Makefile prefix="${DESTDIR}/usr" INSTALL_PROGRAM="install" install
vmkdir usr/share
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share