From: ian Date: Sat, 8 Apr 2006 12:00:01 +0000 (+0000) Subject: Use install -g 0 instead of -g root. This is more portable, I hope. X-Git-Tag: debian_version_1_0_5~4 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=f0dee23150ee29db81bcf49c5112893bc85f2c92;p=userv.git Use install -g 0 instead of -g root. This is more portable, I hope. --- diff --git a/Makefile.in b/Makefile.in index db458ae..1198a02 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,7 +31,7 @@ LEX=flex MD5SUM=@MD5SUM_SIMPLE@ CWD=$(shell pwd) -INSTALL_GROUP=root +INSTALL_GROUP=0 # root or wheel INSTALL_FLAGS=-o root -g $(INSTALL_GROUP) INSTALL=@INSTALL@ diff --git a/debian/changelog b/debian/changelog index 7da60fa..2842485 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ userv (1.0.5) unstable; urgency=low Packaging changes: * Reran flex (flex Debian 2.5.31-31). + * Use install -g 0 instead of -g root. This is more portable, I hope. --