actually use patches from linux/haskell-patches
This commit is contained in:
parent
f7cd43cfd0
commit
6f9f9739eb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ patched () {
|
||||||
git config user.email dummy@example.com
|
git config user.email dummy@example.com
|
||||||
git add .
|
git add .
|
||||||
git commit -m "pre-patched state of $pkg"
|
git commit -m "pre-patched state of $pkg"
|
||||||
for patch in ../../../no-th/haskell-patches/${pkg}_*; do
|
for patch in ../../haskell-patches/${pkg}_* ../../../no-th/haskell-patches/${pkg}_*; do
|
||||||
if [ -e "$patch" ]; then
|
if [ -e "$patch" ]; then
|
||||||
echo trying $patch
|
echo trying $patch
|
||||||
if ! patch -p1 < $patch; then
|
if ! patch -p1 < $patch; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue