sysvinit: do not hardcode -o root -g root for installing.

--HG--
extra : convert_revision : 1652b32436850a770171dc6de792c767030d23d2
This commit is contained in:
Juan RP 2010-04-22 18:02:21 +02:00
parent 5d4f65fa80
commit f08501e3d8

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