diff options
Diffstat (limited to 'ham/xpsk31/Makefile.patch')
-rw-r--r-- | ham/xpsk31/Makefile.patch | 16 |
1 files changed, 16 insertions, 0 deletions
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; \ |