Show
Ignore:
Timestamp:
09/16/06 15:50:09 (2 years ago)
Author:
audreyt
Message:

* More attempt at fixing PCR bridge

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Prim/Match.hs

    r13369 r13373  
    3131doMatch :: String -> VRule -> Eval VMatch 
    3232doMatch cs rule@MkRulePGE{ rxRule = ruleStr } = do 
    33     let pwd1 = getConfig "installarchlib" ++ "/CORE/pugs/pge" 
    34         pwd2 = getConfig "sourcedir" ++ "/src/pge" 
     33    let pwd1 = getConfig "installarchlib" ++ "/CORE/pugs" 
     34        pwd2 = getConfig "sourcedir" 
    3535    hasSrc <- liftIO $ doesDirectoryExist pwd2 
    3636    let pwd = if hasSrc then pwd2 else pwd1