$NetBSD: patch-ab,v 1.1.1.1 2002/09/14 07:01:43 rh Exp $ --- gnome-about/Makefile.in.orig Thu Sep 5 12:21:00 2002 +++ gnome-about/Makefile.in @@ -149,7 +149,7 @@ bin_PROGRAMS = gnome-about gnome_about_SOURCES = gnome-about.c contributors.h -authorsdir = $(datadir)/gnome-about +authorsdir = $(datadir)/gnome2-about authors_DATA = contributors.dat EXTRA_DIST = logo.xpm $(authors_DATA) @@ -207,8 +207,8 @@ install-binPROGRAMS: $(bin_PROGRAMS) $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ - echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ - $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ + echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/gnome/gnome2/' -e 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ + $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/gnome/gnome2/' -e 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ else :; fi; \ done