Bug fixes for gf -server mode and setup

This commit is contained in:
hallgren
2011-10-12 18:27:46 +00:00
parent fa4af3d043
commit 50605036dd
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