File anyremote-install-data-local.diff of Package AnyRemote
--- Makefile.am.orig 2007-09-19 02:25:30.000000000 +0700
+++ Makefile.am 2007-10-06 15:39:18.000000000 +0700
@@ -2,14 +2,14 @@
dist_pkgdata_DATA = VERSION NEWS README INSTALL COPYING
EXTRA_DIST = COPYING
-install-data-local:
- test -z $(DESTDIR)$(pkgdatadir) || mkdir -p -- . $(DESTDIR)$(pkgdatadir)
- cp -r cfg-data doc-html keymaps $(DESTDIR)$(pkgdatadir)
- cp -r anyRemote.jad anyRemote.jar anyRemote-64.jad anyRemote-64.jar $(DESTDIR)$(pkgdatadir)
- chmod -R 644 $(DESTDIR)$(pkgdatadir)
- find $(DESTDIR)$(pkgdatadir) -type d -exec chmod 755 {} \;
-
-uninstall-local:
- rm -rf $(DESTDIR)$(pkgdatadir)/cfg-data $(DESTDIR)$(pkgdatadir)/doc-html $(DESTDIR)$(pkgdatadir)/keymaps
- rm -f $(DESTDIR)$(pkgdatadir)/VERSION $(DESTDIR)$(pkgdatadir)/NEWS $(DESTDIR)$(pkgdatadir)/README $(DESTDIR)$(pkgdatadir)/INSTALL $(DESTDIR)$(pkgdatadir)/COPYING
- rm -f $(DESTDIR)$(pkgdatadir)/anyRemote.jad $(DESTDIR)$(pkgdatadir)/anyRemote.jar $(DESTDIR)$(pkgdatadir)/anyRemote-64.jad $(DESTDIR)$(pkgdatadir)/anyRemote-64.jar
+# install-data-local:
+# test -z $(DESTDIR)$(pkgdatadir) || mkdir -p -- . $(DESTDIR)$(pkgdatadir)
+# cp -r cfg-data doc-html keymaps $(DESTDIR)$(pkgdatadir)
+# cp -r anyRemote.jad anyRemote.jar anyRemote-64.jad anyRemote-64.jar $(DESTDIR)$(pkgdatadir)
+# chmod -R 644 $(DESTDIR)$(pkgdatadir)
+# find $(DESTDIR)$(pkgdatadir) -type d -exec chmod 755 {} \;
+#
+# uninstall-local:
+# rm -rf $(DESTDIR)$(pkgdatadir)/cfg-data $(DESTDIR)$(pkgdatadir)/doc-html $(DESTDIR)$(pkgdatadir)/keymaps
+# rm -f $(DESTDIR)$(pkgdatadir)/VERSION $(DESTDIR)$(pkgdatadir)/NEWS $(DESTDIR)$(pkgdatadir)/README $(DESTDIR)$(pkgdatadir)/INSTALL $(DESTDIR)$(pkgdatadir)/COPYING
+# rm -f $(DESTDIR)$(pkgdatadir)/anyRemote.jad $(DESTDIR)$(pkgdatadir)/anyRemote.jar $(DESTDIR)$(pkgdatadir)/anyRemote-64.jad $(DESTDIR)$(pkgdatadir)/anyRemote-64.jar
--- Makefile.in.orig 2007-09-19 02:31:02.000000000 +0700
+++ Makefile.in 2007-10-06 15:42:08.000000000 +0700
@@ -200,23 +200,23 @@
cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
- @$(NORMAL_INSTALL)
- test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
- @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
- $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
- done
-
-uninstall-dist_pkgdataDATA:
- @$(NORMAL_UNINSTALL)
- @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
- rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
- done
+# install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
+# @$(NORMAL_INSTALL)
+# test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
+# @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+# f=$(am__strip_dir) \
+# echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
+# $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
+# done
+#
+# uninstall-dist_pkgdataDATA:
+# @$(NORMAL_UNINSTALL)
+# @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
+# f=$(am__strip_dir) \
+# echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
+# rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
+# done
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.