--- templates/default/all/Makefile.in.orig 2004-07-20 16:49:24 UTC +++ templates/default/all/Makefile.in @@ -369,9 +369,9 @@ install-data-local: | sh install-data-local: - mkdir -p $(templatesdir) - cp -p *.html.* $(templatesdir) - cp -p *.js.* $(templatesdir) + mkdir -p $(DESTDIR)$(templatesdir) + cp -p *.html.* $(DESTDIR)$(templatesdir) + cp -p *.js.* $(DESTDIR)$(templatesdir) clean: rm -f zphoto.css .photo.html *.html.* *.js.* *.txt