diff options
author | tron <tron> | 2000-05-17 10:06:44 +0000 |
---|---|---|
committer | tron <tron> | 2000-05-17 10:06:44 +0000 |
commit | e0f4be4b9cb3a0a014476fc6aef28f9bf809daf1 (patch) | |
tree | cc19412f565c0d1886d5045753e1635cad12147e /graphics | |
parent | a8bfc33376c8bf08c9498adaba1e5aa112a41370 (diff) | |
download | pkgsrc-e0f4be4b9cb3a0a014476fc6aef28f9bf809daf1.tar.gz |
Fix permissions of the documentation directory after installation.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mtv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mtv/Makefile b/graphics/mtv/Makefile index 4dd6542ec7b..83ae6ed429d 100644 --- a/graphics/mtv/Makefile +++ b/graphics/mtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/05/12 06:33:56 tron Exp $ +# $NetBSD: Makefile,v 1.17 2000/05/17 10:06:44 tron Exp $ DISTNAME= mtv-1.1.1.1 CATEGORIES= graphics @@ -26,5 +26,6 @@ post-install: .for FILE in mtv mtvp ${LN} -fs ../${EMULSUBDIR}/usr/X11R6/bin/${FILE} ${PREFIX}/bin .endfor + ${CHMOD} +x ${PREFIX}/emul/linux/usr/doc/mtv .include "../../emulators/suse_linux/suse.mk" |