From f0dee23150ee29db81bcf49c5112893bc85f2c92 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 8 Apr 2006 12:00:01 +0000 Subject: [PATCH] Use install -g 0 instead of -g root. This is more portable, I hope. --- Makefile.in | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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. -- -- 2.30.2