--- cache/Makefile.in 2002-03-31 15:57:04.000000000 +0200 +++ cache/Makefile.in 2003-12-30 13:56:40.000000000 +0100 @@ -102,7 +102,7 @@ echo "WWWOFFLE: " ;\ exit 0 ) cd html ; rm -f default ; ln -sf $(DEFLANG) default - $(TAR) cf $(SPOOLDIR)/html.tar html && cd $(SPOOLDIR) && $(TAR) xpf html.tar && rm html.tar + $(TAR) -chf $(SPOOLDIR)/html.tar html && cd $(SPOOLDIR) && $(TAR) -xpf html.tar && rm html.tar cd $(SPOOLDIR)/html && ./fixup-install.sh $(LOCALHOST):$(HTTP_PORT) && rm fixup-install.sh # Now fix the ownerships that tar preserved, we needed to use 'tar xpf' to get round root's umask. # These two will fail unless you are root, that is OK because the owner is already you.