mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
651 B

  1. --- db-4.4.20-orig/dist/Makefile.in 2006-07-27 21:19:38.000000000 +0200
  2. +++ db-4.4.20/dist/Makefile.in 2006-07-27 21:19:20.000000000 +0200
  3. @@ -879,11 +879,7 @@
  4. ($(mkdir) -p $(DESTDIR)$(bindir) && \
  5. $(chmod) $(dmode) $(DESTDIR)$(bindir))
  6. @for i in $(UTIL_PROGS); do \
  7. - $(rm) -f $(DESTDIR)$(bindir)/$$i $(DESTDIR)$(bindir)/$$i.exe; \
  8. - test -f $$i.exe && i=$$i.exe || true; \
  9. - $(INSTALLER) $$i $(DESTDIR)$(bindir)/$$i; \
  10. - test -f $(strip) && $(strip) $(DESTDIR)$(bindir)/$$i || true; \
  11. - $(chmod) $(emode) $(DESTDIR)$(bindir)/$$i; \
  12. + cp $$i $(DESTDIR)$(bindir)/`basename $$i | sed $(transform)`; \
  13. done
  14. uninstall_utilities: