diff options
author | Ian Lynagh <igloo@earth.li> | 2010-05-16 12:26:09 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-05-16 12:26:09 +0000 |
commit | d70136c3a53cc08098458bf2a60b1657e71c6697 (patch) | |
tree | 4713797eb85e29be2d0b45dbe13130e6759037d7 /ghc.spec.in | |
parent | 8aac921cbf7b58b67d202df2fc59a88011d6fdb3 (diff) | |
download | haskell-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.in | 2 |
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. |