diff options
author | Andres Loeh <kosmikus@gentoo.org> | 2003-06-06 09:26:51 +0000 |
---|---|---|
committer | Andres Loeh <kosmikus@gentoo.org> | 2003-06-06 09:26:51 +0000 |
commit | 0bd0d88838ade90d33e58f194a1af25087737b6f (patch) | |
tree | df535355715ea891c135c8737d6d226dc9cb23ff | |
parent | fixed path setting in ebuild (diff) | |
download | historical-0bd0d88838ade90d33e58f194a1af25087737b6f.tar.gz historical-0bd0d88838ade90d33e58f194a1af25087737b6f.tar.bz2 historical-0bd0d88838ade90d33e58f194a1af25087737b6f.zip |
fixed ROOTPATH setting
-rw-r--r-- | dev-lang/ghc-bin/files/10ghc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ghc-bin/files/10ghc b/dev-lang/ghc-bin/files/10ghc index 464e53a6661f..064cfb79d5bd 100644 --- a/dev-lang/ghc-bin/files/10ghc +++ b/dev-lang/ghc-bin/files/10ghc @@ -1,2 +1,2 @@ PATH=/opt/ghc/bin - +ROOTPATH=/opt/ghc/bin |