Comment out installation of file that does not exist.
authorZdeněk Šustr <sustr4@cesnet.cz>
Tue, 5 Oct 2010 15:04:28 +0000 (15:04 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Tue, 5 Oct 2010 15:04:28 +0000 (15:04 +0000)
org.glite.px.myproxy-yaim/Makefile

index 15cbdf1..6029fe0 100644 (file)
@@ -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