void-packages/srcpkgs/sysvinit/patches/install_perms.diff

12 lines
343 B
Diff

--- 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.