linamh/sys-devel/openwatcom/files/build.sh.patch
geos_one bad2a876aa add openwatcom
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2688 6952d904-891a-0410-993b-d76249ca496b
2010-11-07 07:25:49 +00:00

17 lines
494 B
Diff

--- orig/build.sh 2009-10-07 10:55:38.000000000 +0200
+++ new/build.sh 2009-10-07 10:55:19.000000000 +0200
@@ -4,10 +4,10 @@
# using the GNU C/C++ compiler tools. If you already have a working
# Open Watcom compiler, you do not need to use the bootstrap process
-if [ -f setvars ]; then
- . setvars
+if [ -f ./setvars ]; then
+ . ./setvars
else
- . setvars.sh
+ . ./setvars.sh
fi
if [ ! -f $DEVDIR/build/binl/wtouch ]; then
cp -p `which touch` $DEVDIR/build/binl/wtouch