projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79a109d
)
added creation of /etc/comedi/calibrations directory during install
author
Frank Mori Hess
<fmhess@speakeasy.net>
Thu, 3 Jul 2003 16:17:40 +0000
(16:17 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Thu, 3 Jul 2003 16:17:40 +0000
(16:17 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index a283b0a5d3b6ea4076fd076f0fd0bbc83da2ca93..0195e99b9436fcb33aa139c4145964b495d2d0b6 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-10,3
+10,6
@@
EXTRA_DIST = include debian m4 comedilib.spec
dist-hook:
rm -rf `find $(distdir) -name CVS`
+install-data-local:
+ $(INSTALL) -d /etc/comedi/calibrations
+