From 260d1eb66e30e06116f20347e70012b53450242a Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Sun, 7 Oct 2001 16:25:37 +0000 Subject: A few DESTDIR fixes. * Makefile.am: * data/Makefile.am: * helper-scripts/Makefile.am: A few DESTDIR fixes. * libnautilus-private/nautilus-icon-factory.c: Cache more icons. The old number was arbitrary and way too small. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 64ef613f9..b5d509eff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -117,10 +117,10 @@ dist-hook: nautilus.spec ################################################################## install-data-hook: nautilus-clean.sh - $(mkinstalldirs) $(DESTDIR)/$(prefix)/bin + $(mkinstalldirs) $(DESTDIR)$(prefix)/bin @list='nautilus-clean.sh'; for p in $$list; do\ if test -f $(srcdir)/$$p; then \ - echo " $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p"; \ - $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p; \ + echo " $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)$(prefix)/bin/$$p"; \ + $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)$(prefix)/bin/$$p; \ else :; fi; \ done -- cgit v1.2.1