From b10815d4fab95bc12185d44a269f711ec910de10 Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Wed, 11 May 2005 13:57:58 +0000
Subject: [PATCH] Minor tweak, nothing important.

---
 www/GNUmakefile.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/GNUmakefile.in b/www/GNUmakefile.in
index 0f7306e09d..e45165acc0 100644
--- a/www/GNUmakefile.in
+++ b/www/GNUmakefile.in
@@ -167,6 +167,8 @@ install: $(addprefix $(INSTALL_WWWDIR)/, $(ALLFILES)) \
 
 post-install:
 
+boss-install:	install
+
 $(INSTALL_WWWDIR)/doc/LICENSE.txt: $(TESTBED_SRCDIR)/LICENSE
 	@echo "Installing $<"
 	-mkdir -p $(patsubst %/,%,$(dir $@))
-- 
GitLab