projects
/
iserv-mod-room-reservation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Makefile: chkdb etc. is only called if DESTDIR is empty, so there is no need for...
[iserv-mod-room-reservation.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
6abcb9d
..
b4a19c6
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-88,9
+88,11
@@
sourcedoc:
\r
# install everything
\r
install: sourcedoc links
\r
+ifeq($(DESTDIR),) # only useful if sql data is in the right place
\r
chkdb -r
\r
chkpriv
\r
chklocale
\r
+endif
\r
\r
# uninstalling
\r
uninstall:
\r
This page took
0.022543 seconds
and
4
git commands to generate.