Mercurial > notdcc
comparison debian/patches/001_configure.patch @ 2:f6716cb00029
Replace buggy stuff in deb dir, never make phone calls while working
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Tue, 10 Mar 2009 14:29:12 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:9b8d79ac0dc3 | 2:f6716cb00029 |
---|---|
1 --- configure.orig 2004-11-08 13:54:56.000000000 +0100 | |
2 +++ configure 2004-11-08 13:55:18.000000000 +0100 | |
3 @@ -3471,12 +3471,12 @@ | |
4 | |
5 | |
6 | |
7 -sed -e 's@\(HREF="[^"]*\)\.in">@\1">@' INSTALL.html > INSTALL.html$$ | |
8 -rm INSTALL.html; mv INSTALL.html$$ INSTALL.html | |
9 +#sed -e 's@\(HREF="[^"]*\)\.in">@\1">@' INSTALL.html > INSTALL.html$$ | |
10 +#rm INSTALL.html; mv INSTALL.html$$ INSTALL.html | |
11 | |
12 | |
13 -sed -e 's@\(HREF="[^"]*\)\.in">@\1">@' FAQ.html > FAQ.html$$ | |
14 -rm FAQ.html; mv FAQ.html$$ FAQ.html | |
15 +#sed -e 's@\(HREF="[^"]*\)\.in">@\1">@' FAQ.html > FAQ.html$$ | |
16 +#rm FAQ.html; mv FAQ.html$$ FAQ.html | |
17 | |
18 | |
19 |