unzip: fix broken symlink
This commit is contained in:
parent
9a670eb504
commit
2cb66e915f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue