From 142eab5bf688cc074c11585c0415db684367d05b Mon Sep 17 00:00:00 2001 From: JK Wood Date: Wed, 16 Jul 2014 18:56:43 +0700 Subject: ham/xpsk31: Added (GTK+ PSK31 program). Signed-off-by: Willy Sudiarto Raharjo --- ham/xpsk31/Makefile.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ham/xpsk31/Makefile.patch (limited to 'ham/xpsk31/Makefile.patch') diff --git a/ham/xpsk31/Makefile.patch b/ham/xpsk31/Makefile.patch new file mode 100644 index 0000000000..c18c549087 --- /dev/null +++ b/ham/xpsk31/Makefile.patch @@ -0,0 +1,16 @@ +--- Makefile.in 2013-10-08 07:24:49.000000000 -0500 ++++ Makefile.in.fixed 2014-07-13 15:49:21.000135581 -0500 +@@ -821,13 +821,6 @@ + done \ + fi + +- if test -d $(HOME)/$(PACKAGE); then \ +- echo Working directory exists: $(HOME)/$(PACKAGE) - not copying; \ +- else \ +- echo Copying $(PACKAGE) working directory to $(HOME)/$(PACKAGE); \ +- cp -r $(srcdir)/$(PACKAGE) $(HOME); \ +- fi +- + dist-hook: + if test -d pixmaps; then \ + mkdir $(distdir)/pixmaps; \ -- cgit v1.2.3