perl-module-3.0.1.diff 1.0 KB

12345678910111213141516171819202122232425262728
  1. diff -Nur foomatic-db-engine-3.0-20061031-old/Makefile.in foomatic-db-engine-3.0-20061031/Makefile.in
  2. --- foomatic-db-engine-3.0-20061031-old/Makefile.in 2006-11-08 10:33:59.000000000 +0200
  3. +++ foomatic-db-engine-3.0-20061031/Makefile.in 2006-11-08 10:38:44.000000000 +0200
  4. @@ -42,7 +42,7 @@
  5. FOOMATIC_RIP=@FOOMATIC_RIP@
  6. # foomatic-rip path for a "make inplace" installation
  7. -LOCAL_FOOMATIC_RIP=@LOCAL_FOOMATIC_RIP@
  8. +LOCAL_FOOMATIC_RIP=@FOOMATIC_RIP@
  9. # Locations for installing the components of this package
  10. BINDIR=$(bindir)
  11. @@ -186,10 +186,10 @@
  12. install-bin: check-config lib/Makefile
  13. # This is the only way to get the Perl-generated Makefile using
  14. # $(DESTDIR) properly
  15. - ( cd lib && \
  16. - $(MAKE) PREFIX=$(PERLPREFIX) && \
  17. - $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) pure_install \
  18. - )
  19. +# ( cd lib && \
  20. +# $(MAKE) PREFIX=$(PERLPREFIX) && \
  21. +# $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) pure_install \
  22. +# )
  23. ${SRC}/mkinstalldirs $(DESTDIR)$(BINDIR)
  24. ${SRC}/mkinstalldirs $(DESTDIR)$(SBINDIR)
  25. ${SRC}/mkinstalldirs $(DESTDIR)$(ETCDIR)