diff options
Diffstat (limited to 'ham/dxcc/Makefile.patch')
-rw-r--r-- | ham/dxcc/Makefile.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ham/dxcc/Makefile.patch b/ham/dxcc/Makefile.patch new file mode 100644 index 0000000000..9a342856b0 --- /dev/null +++ b/ham/dxcc/Makefile.patch @@ -0,0 +1,22 @@ +--- Makefile 2008-02-25 16:14:17.000000000 -0600 ++++ Makefile 2014-07-12 22:08:21.050953719 -0500 +@@ -7,15 +7,16 @@ + @echo -e "dxcc - make [install|uninstall|clean|dist] \nCheck README for help." + + install: +- install -d -v $(DESTDIR)/share/man/man1/ ++ install -d -v $(DESTDIR)/man/man1/ + install -d -v $(DESTDIR)/share/dxcc/ +- install -m 0644 dxcc.1 $(DESTDIR)/share/man/man1/ ++ install -d -v $(DESTDIR)/bin/ ++ install -m 0644 dxcc.1 $(DESTDIR)/man/man1/ + install -m 0644 earth.gif $(DESTDIR)/share/dxcc/ + install -m 0755 dxcc $(DESTDIR)/bin/ + + uninstall: + rm -f $(DESTDIR)/bin/dxcc +- rm -f $(DESTDIR)/share/man/man1/dxcc.1 ++ rm -f $(DESTDIR)/man/man1/dxcc.1 + rm -f $(DESTDIR)/share/dxcc/earth.gif + + clean: |