Changeset 14351 for src/Pugs/Prim/Match.hs
- Timestamp:
- 10/17/06 08:26:01 (2 years ago)
- svk:copy_cache_prev:
- 21206
- Files:
-
- 1 modified
-
src/Pugs/Prim/Match.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Prim/Match.hs
r13903 r14351 31 31 doMatch :: String -> VRule -> Eval VMatch 32 32 doMatch cs rule@MkRulePGE{ rxRule = ruleStr } = do 33 let pwd1 = getConfig "install archlib" ++ "/CORE/pugs"34 pwd2 = getConfig "sourcedir" 33 let pwd1 = getConfig "installsitelib" ++ "/auto/pugs/perl5/lib" 34 pwd2 = getConfig "sourcedir" ++ "/perl5/Pugs-Compiler-Rule/lib" 35 35 hasSrc <- liftIO $ doesDirectoryExist pwd2 36 36 let pwd = if hasSrc then pwd2 else pwd1
