|
|
| version 1.2, 2012/02/03 16:25:58 | version 1.5, 2012/02/04 09:09:05 |
|---|---|
| Line 1 | Line 1 |
| #!/bin/sh | #!/bin/sh |
| echo generating configure... | |
| sh autogen.sh | sh autogen.sh |
| echo applying patches... | |
| for i in 00patch-* | for i in 00patch-* |
| do | do |
| ( cd .. && cat x11/$i | patch -p0 ) | ( cd .. && cat x11/$i | patch -p0 -s ) |
| done | done |
| ( cd .. && find . -type f -name "*.orig" | xargs rm -f ) | ( cd .. && find . -type f -name "*.orig" | xargs rm -f ) |
| echo copying win9x np21 project files... | |
| cp -p ~/work/xnp2/x11/np21.* ../win9x/ | cp -p ~/work/xnp2/x11/np21.* ../win9x/ |
| rm -f 00patch-* | rm -f 00patch-* |
| rm -f 00release.sh | rm -f 00release.sh |