diff options
-rw-r--r-- | ghc-bootstrap-binary.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc-bootstrap-binary.spec b/ghc-bootstrap-binary.spec index 0de7924..6876a4b 100644 --- a/ghc-bootstrap-binary.spec +++ b/ghc-bootstrap-binary.spec @@ -93,7 +93,7 @@ done ) popd -export PATH=/opt/bin:$PATH +export PATH=%{buildroot}/opt/bin:$PATH pushd alex-%{alex_ver} ghc Setup.hs -o cabal ./cabal configure --prefix=%{_prefix} |