mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
unzip: fix broken symlink
This commit is contained in:
parent
9a670eb504
commit
2cb66e915f
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ do_build() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
make ${makejobs} -f unix/Makefile prefix=${DESTDIR}/usr \
|
make ${makejobs} -f unix/Makefile prefix="${DESTDIR}/usr" INSTALL_PROGRAM="install" install
|
||||||
LN='ln -fs' INSTALL_PROGRAM="install" install
|
|
||||||
|
|
||||||
vmkdir usr/share
|
vmkdir usr/share
|
||||||
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
||||||
|
|
Loading…
Add table
Reference in a new issue