Makefile: 'fakeroot id -u' is 0, better using $USER env variable
authorrohieb@agathe.wilhelm-gym.net <rohieb@agathe.wilhelm-gym.net>
Sat, 26 Jul 2008 03:00:55 +0000 (05:00 +0200)
committerrohieb@agathe.wilhelm-gym.net <rohieb@agathe.wilhelm-gym.net>
Sat, 26 Jul 2008 03:00:55 +0000 (05:00 +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.023867 seconds and 4 git commands to generate.