xgridlocrc.patch 471 B

1234567891011121314151617
  1. --- Makefile.in 2013-10-08 07:00:17.000000000 -0500
  2. +++ Makefile.in.fixed 2014-07-13 01:12:54.405819192 -0500
  3. @@ -821,13 +821,6 @@
  4. done \
  5. fi
  6. - if test -f $(HOME)/.$(PACKAGE)rc; then \
  7. - echo Config file exists: $(HOME)/.$(PACKAGE)rc - not copying; \
  8. - else \
  9. - echo Copying $(PACKAGE) config file to $(HOME)/.$(PACKAGE); \
  10. - cp $(srcdir)/default/.$(PACKAGE)rc $(HOME); \
  11. - fi
  12. -
  13. dist-hook:
  14. if test -d pixmaps; then \
  15. mkdir $(distdir)/pixmaps; \