sysvinit: do not hardcode -o root -g root for installing.
--HG-- extra : convert_revision : 1652b32436850a770171dc6de792c767030d23d2
This commit is contained in:
parent
5d4f65fa80
commit
f08501e3d8
1 changed files with 11 additions and 0 deletions
11
srcpkgs/sysvinit/patches/install_perms.diff
Normal file
11
srcpkgs/sysvinit/patches/install_perms.diff
Normal file
|
@ -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.
|
Loading…
Reference in a new issue