Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 35275 | Differences between
and this patch

Collapse All | Expand All

(-)cache/Makefile.in (-1 / +1 lines)
Lines 102-108 Link Here
102
	  echo "WWWOFFLE: " ;\
102
	  echo "WWWOFFLE: " ;\
103
	  exit 0 )
103
	  exit 0 )
104
	cd html ; rm -f default ; ln -sf $(DEFLANG) default
104
	cd html ; rm -f default ; ln -sf $(DEFLANG) default
105
	$(TAR) cf $(SPOOLDIR)/html.tar html && cd $(SPOOLDIR) && $(TAR) xpf html.tar && rm html.tar
105
	$(TAR) -chf $(SPOOLDIR)/html.tar html && cd $(SPOOLDIR) && $(TAR) -xpf html.tar && rm html.tar
106
	cd $(SPOOLDIR)/html && ./fixup-install.sh $(LOCALHOST):$(HTTP_PORT) && rm fixup-install.sh
106
	cd $(SPOOLDIR)/html && ./fixup-install.sh $(LOCALHOST):$(HTTP_PORT) && rm fixup-install.sh
107
# Now fix the ownerships that tar preserved, we needed to use 'tar xpf' to get round root's umask.
107
# Now fix the ownerships that tar preserved, we needed to use 'tar xpf' to get round root's umask.
108
# These two will fail unless you are root, that is OK because the owner is already you.
108
# These two will fail unless you are root, that is OK because the owner is already you.

Return to bug 35275