mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Script fix
This commit is contained in:
parent
c5733d1fca
commit
61818f6ff8
@ -9,13 +9,14 @@ do
|
||||
PKG=${PKG1%.patch}
|
||||
rm -rf tmp
|
||||
mkdir tmp
|
||||
(
|
||||
cd tmp
|
||||
cabal unpack $PKG
|
||||
cd $PKG
|
||||
patch -p1 < ../../$f
|
||||
cabal sdist
|
||||
mv dist/$PKG.tar.gz ../../tarballs
|
||||
cd ..
|
||||
)
|
||||
rm -rf tmp
|
||||
)
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user