Bug fixes for gf -server mode and setup

This commit is contained in:
hallgren
2011-10-12 18:27:46 +00:00
parent 44d1a5a9f7
commit 8266df8f58
6 changed files with 16 additions and 15 deletions

View File

@@ -28,12 +28,12 @@ main = defaultMainWithHooks simpleUserHooks{ preBuild =checkRGLArgs
}
where
gfPostInst args flags pkg lbi =
do installWeb args flags pkg lbi
installRGL args flags pkg lbi
do installRGL args flags pkg lbi
installWeb args flags pkg lbi
gfPostCopy args flags pkg lbi =
do copyWeb args flags pkg lbi
copyRGL args flags pkg lbi
do copyRGL args flags pkg lbi
copyWeb args flags pkg lbi
--------------------------------------------------------
-- Commands for building the Resource Grammar Library