projects
/
iserv-mod-room-reservation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
310fae4
)
merged .hgtags, Makefile: 'fakeroot id -u' is 0, better using $USER env variable
author
rohieb
<devnull@localhost>
Sat, 26 Jul 2008 04:47:44 +0000
(06:47 +0200)
committer
rohieb
<devnull@localhost>
Sat, 26 Jul 2008 04:47:44 +0000
(06:47 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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.023774 seconds
and
4
git commands to generate.