summaryrefslogtreecommitdiff
path: root/emulators/pcemu/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-22 00:59:45 +0000
committerrillig <rillig@pkgsrc.org>2006-10-22 00:59:45 +0000
commit704aaeef625848208d9412d136ef5acca8ce169c (patch)
tree597f3cfe5a5f72778f6b2a7fe695fdfded462772 /emulators/pcemu/patches
parent212ec91f009090f5ee09166d952276b23611cdba (diff)
downloadpkgsrc-704aaeef625848208d9412d136ef5acca8ce169c.tar.gz
Fixed the ownership of the installed files to allow installation by
unprivileged users.
Diffstat (limited to 'emulators/pcemu/patches')
-rw-r--r--emulators/pcemu/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/pcemu/patches/patch-aa b/emulators/pcemu/patches/patch-aa
index 8a8af3f22ff..4285570fa35 100644
--- a/emulators/pcemu/patches/patch-aa
+++ b/emulators/pcemu/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2000/09/24 19:29:56 hubertf Exp $
+$NetBSD: patch-aa,v 1.4 2006/10/22 00:59:45 rillig Exp $
--- Makefile.orig Wed Jun 22 10:29:06 1994
+++ Makefile
@@ -43,7 +43,7 @@ $NetBSD: patch-aa,v 1.3 2000/09/24 19:29:56 hubertf Exp $
+ ${LOCALPREFIX}/lib/pcemu/font \
+ ${LOCALPREFIX}/lib/pcemu/C \
+ ${LOCALPREFIX}/bin
-+ install -c -s -o bin -g bin pcemu ${LOCALPREFIX}/bin/
++ install -c -s pcemu ${LOCALPREFIX}/bin/
+ install -c -m 666 bootstrap/display.bin \
+ ${LOCALPREFIX}/lib/pcemu/DriveA
+ install -c -m 644 BUGS CHANGES README TODO bootstrap/README.BSD \