summaryrefslogtreecommitdiff
path: root/ghc.spec.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-05-16 12:26:09 +0000
committerIan Lynagh <igloo@earth.li>2010-05-16 12:26:09 +0000
commitd70136c3a53cc08098458bf2a60b1657e71c6697 (patch)
tree4713797eb85e29be2d0b45dbe13130e6759037d7 /ghc.spec.in
parent8aac921cbf7b58b67d202df2fc59a88011d6fdb3 (diff)
downloadhaskell-d70136c3a53cc08098458bf2a60b1657e71c6697.tar.gz
Update various 'sh boot's to 'perl boot'
Spotted by Marco TĂșlio Gontijo e Silva
Diffstat (limited to 'ghc.spec.in')
-rw-r--r--ghc.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.spec.in b/ghc.spec.in
index 3400227c3a..c8eab264c2 100644
--- a/ghc.spec.in
+++ b/ghc.spec.in
@@ -85,7 +85,7 @@ needed.
%setup -b1
%build
-test -f configure || sh boot
+test -f configure || perl boot
./configure --prefix=%{_prefix} --mandir=%{_mandir}
# Don't install these tools, we'll use update-alternatives below.