--- np2/x11/Attic/00release.sh 2012/02/03 16:16:33 1.1 +++ np2/x11/Attic/00release.sh 2012/02/03 20:16:56 1.4 @@ -1,9 +1,20 @@ #!/bin/sh +echo generating configure... sh autogen.sh + +echo applying patches... for i in 00patch-* do - ( cd .. && cat x11/$i | patch -p0 ) + ( cd .. && cat x11/$i | patch -p0 -s ) done ( cd .. && find . -type f -name "*.orig" | xargs rm -f ) + +echo extracting np2tool... +rm -f ../np2tool/np2tool.d88 +( cd ../np2tool && unzip -j -o np2tool.zip ) + +echo copying win9x np21 project files... +cp -p ~/work/xnp2/x11/np21.* ../win9x/ + rm -f 00patch-* rm -f 00release.sh