|
|
echo "WWWOFFLE: " ;\ | echo "WWWOFFLE: " ;\ |
exit 0 ) | exit 0 ) |
cd html ; rm -f default ; ln -sf $(DEFLANG) default | 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 | 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. | # 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. | # These two will fail unless you are root, that is OK because the owner is already you. |