--- smalltalk-1.95.4/Makefile.in_orig Sun Mar 18 06:40:58 2001 +++ smalltalk-1.95.4/Makefile.in Sun Mar 18 06:41:54 2001 @@ -607,7 +607,7 @@ # Build an image after installing the data; install-data runs after # install-exec, so the gst executable is already in bindir. install-data-hook: - cd $(pkgdatadir); $(bindir)/gst -K Load.st -Viaq $(MODULES) + cd $(DESTDIR)$(pkgdatadir); $(DESTDIR)$(bindir)/gst -K Load.st -Viaq $(MODULES) uninstall-hook: -rm $(pkgdatadir)/gst.im