]> git.pld-linux.org Git - packages/anyremote.git/blame - anyremote-install.patch
- 4.6
[packages/anyremote.git] / anyremote-install.patch
CommitLineData
240e0e71 1--- Makefile.am 2007-09-12 06:54:25.000000000 +0200
2+++ Makefile.am-new 2007-09-18 09:36:34.000000000 +0200
3@@ -3,11 +3,11 @@
4 EXTRA_DIST = COPYING
5+DESTDIR =
6
7 install-data-local:
8- test -z $(pkgdatadir) || mkdir -p -- . $(pkgdatadir)
9- cp -r cfg-data doc-html keymaps $(pkgdatadir)
10- cp -r anyRemote.jad anyRemote.jar anyRemote-64.jad anyRemote-64.jar $(pkgdatadir)
11- chmod -R 644 $(pkgdatadir)
12- find $(pkgdatadir) -type d -exec chmod 755 {} \;
13+ test -z $(pkgdatadir) || mkdir -p $(DESTDIR)/$(pkgdatadir)
14+ cp -r cfg-data doc-html keymaps $(DESTDIR)/$(pkgdatadir)
15+ cp -r anyRemote.jad anyRemote.jar anyRemote-64.jad anyRemote-64.jar $(DESTDIR)/$(pkgdatadir)
16+ find $(DESTDIR)/$(pkgdatadir) -type d -exec chmod 755 {} \;
17
18 uninstall-local:
19 rm -rf $(pkgdatadir)/cfg-data $(pkgdatadir)/doc-html $(pkgdatadir)/keymaps
This page took 0.304694 seconds and 4 git commands to generate.