merged .hgtags, Makefile: 'fakeroot id -u' is 0, better using $USER env variable
authorrohieb <devnull@localhost>
Sat, 26 Jul 2008 04:47:44 +0000 (06:47 +0200)
committerrohieb <devnull@localhost>
Sat, 26 Jul 2008 04:47:44 +0000 (06:47 +0200)
Makefile

index a90f49a..9440ef6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ sourcedoc:
 \r
 # install everything\r
 install: sourcedoc links\r
-ifeq ($(shell id -u),0)\r
+ifeq ($(shell echo $USER),root)\r
        chkdb -r\r
        chkpriv\r
        chklocale\r
This page took 0.032976 seconds and 4 git commands to generate.