git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2735b03
)
Comment out installation of file that does not exist.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Tue, 5 Oct 2010 15:04:28 +0000
(15:04 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Tue, 5 Oct 2010 15:04:28 +0000
(15:04 +0000)
org.glite.px.myproxy-yaim/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.px.myproxy-yaim/Makefile
b/org.glite.px.myproxy-yaim/Makefile
index
15cbdf1
..
6029fe0
100644
(file)
--- a/
org.glite.px.myproxy-yaim/Makefile
+++ b/
org.glite.px.myproxy-yaim/Makefile
@@
-14,7
+14,7
@@
install:
mkdir -p $(PREFIX)/yaim/node-info.d
mkdir -p $(PREFIX)/yaim/defaults
mkdir -p $(PREFIX)/yaim/etc/versions
-
install -m 0644 $(top_srcdir)/config/defaults/glite-px.pre $(PREFIX)/yaim/defaults
+
#
install -m 0644 $(top_srcdir)/config/defaults/glite-px.pre $(PREFIX)/yaim/defaults
for c in gip_px info_service_px proxy_server ; do \
install -m 0644 $(top_srcdir)/config/functions/config_$$c $(PREFIX)/yaim/functions; \
done