diff -rNu bluefish-0.13.orig/Makefile.in bluefish-0.13/Makefile.in --- bluefish-0.13.orig/Makefile.in 2004-04-27 02:49:51.157974644 +0100 +++ bluefish-0.13/Makefile.in 2004-04-27 02:50:17.897658386 +0100 @@ -75,7 +75,7 @@ $(INSTALL_DIR) $(DESTDIR)$(pkgdatadir) $(INSTALL_DATA) images/bluefish_splash.png $(DESTDIR)$(pkgdatadir) @cd icons/ && $(MAKE) install - if [ -d $(iconpath) ]; then \ + if [ -d $(DESTDIR)$(iconpath) ]; then \ $(INSTALL_DATA) inline_images/bluefish_icon1.png $(DESTDIR)$(iconpath)/bluefish-icon.png ;\ fi @cd src/ && $(MAKE) install diff -rNu bluefish-0.13.orig/data/Makefile.in bluefish-0.13/data/Makefile.in --- bluefish-0.13.orig/data/Makefile.in 2004-04-27 02:49:51.058983219 +0100 +++ bluefish-0.13/data/Makefile.in 2004-04-27 02:51:06.657434693 +0100 @@ -52,21 +52,21 @@ @for file in $(FUNCREFFILES) ; do \ $(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$file ;\ done - if [ -d $(gnome2applications) ] ; then \ + if [ -d $(DESTDIR)$(gnome2applications) ] ; then \ $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome2applications) ;\ fi - if [ -d $(gnome1menupath) ] ; then \ + if [ -d $(DESTDIR)$(gnome1menupath) ] ; then \ $(INSTALL_DIR) $(DESTDIR)$(gnome1menupath)/Applications ;\ $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome1menupath)/Applications ;\ fi - if [ -d $(gnome2appreg) ] ; then \ + if [ -d $(DESTDIR)$(gnome2appreg) ] ; then \ $(INSTALL_DATA) bluefish.applications $(DESTDIR)$(gnome2appreg) ;\ fi - if [ -d $(gnome2mime-info) ] ; then \ + if [ -d $(DESTDIR)$(gnome2mime-info) ] ; then \ $(INSTALL_DATA) bluefish.mime $(DESTDIR)$(gnome2mime-info) ;\ $(INSTALL_DATA) bluefish.keys $(DESTDIR)$(gnome2mime-info) ;\ fi - if [ -d $(gnome2icons) ] ; then \ + if [ -d $(DESTDIR)$(gnome2icons) ] ; then \ $(INSTALL_DATA) gnome-application-bluefish.png $(DESTDIR)$(gnome2icons) ;\ fi