diff --git a/srcpkgs/sysvinit/patches/install_perms.diff b/srcpkgs/sysvinit/patches/install_perms.diff new file mode 100644 index 0000000000..25b6523f77 --- /dev/null +++ b/srcpkgs/sysvinit/patches/install_perms.diff @@ -0,0 +1,11 @@ +--- src/Makefile.orig 2010-04-22 17:57:23.262171640 +0200 ++++ src/Makefile 2010-04-22 17:59:06.662188054 +0200 +@@ -46,7 +46,7 @@ endif + BIN_OWNER = root + BIN_GROUP = root + BIN_COMBO = $(BIN_OWNER):$(BIN_GROUP) +-INSTALL = install -o $(BIN_OWNER) -g $(BIN_GROUP) ++INSTALL = install + MANDIR = /usr/share/man + + # Additional libs for GNU libc.