From 704aaeef625848208d9412d136ef5acca8ce169c Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 22 Oct 2006 00:59:45 +0000 Subject: Fixed the ownership of the installed files to allow installation by unprivileged users. --- emulators/pcemu/patches/patch-aa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/pcemu/patches') 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 \ -- cgit v1.2.3