[kismac] [binaervarianz] r112 - KisMACng
- From: svn@xxxxxxxxxxxxxxxx
- To: kismac@xxxxxxxxxxxxx
- Date: Tue, 21 Mar 2006 19:06:20 +0100
Author: mick
Date: 2006-03-21 19:06:20 +0100 (Tue, 21 Mar 2006)
New Revision: 112
Modified:
KisMACng/compile.command
Log:
- fixing build problems, mentioned in mailing list...
Modified: KisMACng/compile.command
===================================================================
--- KisMACng/compile.command 2006-03-21 16:02:40 UTC (rev 111)
+++ KisMACng/compile.command 2006-03-21 18:06:20 UTC (rev 112)
@@ -50,6 +50,7 @@
exit 1
fi
+cd `dirname "$0"`
echo "ok"
echo -n "Decompressing UnitTest bundle... "
@@ -201,7 +202,7 @@
rm `find "/Volumes/KisMAC/KisMAC Installer.app" -type f -name
.DS_Store` 2>/dev/null
rm -rf `find "/Volumes/KisMAC/KisMAC Installer.app" -name .svn`
- rm /Volumes/KisMAC/Desktop* 2>/dev/null
+ #rm /Volumes/KisMAC/Desktop*
while [ -d /Volumes/KisMAC ]; do
hdiutil detach /Volumes/KisMAC >/dev/null
- Follow-Ups:
- [kismac] a fix for APs being drawn onto map?
- From: Robin L Darroch
Other related posts:
- » [kismac] [binaervarianz] r112 - KisMACng
- [kismac] a fix for APs being drawn onto map?
- From: Robin L Darroch