pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/arnold Fixes permission of rom data files, n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97a4a3e96354
branches:  trunk
changeset: 543358:97a4a3e96354
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jun 15 11:09:58 2008 +0000

description:
Fixes permission of rom data files, noticed in PR 38906.

diffstat:

 emulators/arnold/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 83eee05d654a -r 97a4a3e96354 emulators/arnold/Makefile
--- a/emulators/arnold/Makefile Sun Jun 15 10:34:18 2008 +0000
+++ b/emulators/arnold/Makefile Sun Jun 15 11:09:58 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2008/05/25 21:42:21 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2008/06/15 11:09:58 obache Exp $
 #
 
 DISTNAME=              arnsrc27012002
@@ -33,6 +33,9 @@
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/arnold ${DESTDIR}${PREFIX}/bin
        cd ${WRKSRC}/roms && pax -wr * ${DESTDIR}${SHAREDIR}/roms/
+       cd ${DESTDIR}${SHAREDIR}/roms && \
+               ${FIND} . -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE} && \
+               ${FIND} . -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
        cd ${WRKSRC} && ${INSTALL_DATA} readme.* \
                ${DESTDIR}${PREFIX}/share/doc/arnold
 



Home | Main Index | Thread Index | Old Index