From: rohieb@agathe.wilhelm-gym.net Date: Sat, 26 Jul 2008 03:00:55 +0000 (+0200) Subject: Makefile: 'fakeroot id -u' is 0, better using $USER env variable X-Git-Tag: REL_8.07.26~15^2~2 X-Git-Url: https://git.rohieb.name/iserv-mod-room-reservation.git/commitdiff_plain/5a9c429536bed77958a77906b5395aadae0ef6e4 Makefile: 'fakeroot id -u' is 0, better using $USER env variable --- 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