unzip: fix broken zipinfo symlink.
This commit is contained in:
parent
95cf7977e1
commit
aa026b572b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'unzip'
|
||||
pkgname=unzip
|
||||
version=6.0
|
||||
revision=2
|
||||
revision=3
|
||||
makedepends="bzip2-devel"
|
||||
wrksrc=unzip60
|
||||
short_desc="List, test and extract compressed files in a ZIP archive"
|
||||
|
@ -24,7 +24,7 @@ do_build() {
|
|||
do_install() {
|
||||
cd ${wrksrc}
|
||||
make ${makejobs} -f unix/Makefile prefix=${DESTDIR}/usr \
|
||||
LN='ln -fs' INSTALL_PROGRAM="install" install
|
||||
INSTALL_PROGRAM="install" install
|
||||
|
||||
vmkdir usr/share
|
||||
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
||||
|
|
Loading…
Reference in a new issue