From 5a9c429536bed77958a77906b5395aadae0ef6e4 Mon Sep 17 00:00:00 2001 From: "rohieb@agathe.wilhelm-gym.net" Date: Sat, 26 Jul 2008 05:00:55 +0200 Subject: [PATCH] Makefile: 'fakeroot id -u' is 0, better using $USER env variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a90f49a..9440ef6 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ sourcedoc: # install everything install: sourcedoc links -ifeq ($(shell id -u),0) +ifeq ($(shell echo $USER),root) chkdb -r chkpriv chklocale -- 2.20.1