Makefile.patch 468 B

1234567891011121314151617
  1. --- Makefile.in 2013-10-08 07:33:03.000000000 -0500
  2. +++ Makefile.in.fixed 2014-07-13 15:33:30.471310610 -0500
  3. @@ -820,13 +820,6 @@
  4. done \
  5. fi
  6. - if test -d $(HOME)/$(PACKAGE); then \
  7. - echo Working directory exists: $(HOME)/$(PACKAGE) - not copying; \
  8. - else \
  9. - echo Copying $(PACKAGE) working directory to $(HOME)/$(PACKAGE); \
  10. - cp -r $(srcdir)/$(PACKAGE) $(HOME); \
  11. - fi
  12. -
  13. dist-hook:
  14. if test -d pixmaps; then \
  15. mkdir $(distdir)/pixmaps; \