[Lunar-commits] r23835 - moonbase/trunk/kde3/base/kdenetwork3
Moritz Heiber
moe at lunar-linux.org
Tue Mar 27 13:44:10 CEST 2007
Author: moe
Date: 2007-03-27 13:44:10 +0200 (Tue, 27 Mar 2007)
New Revision: 23835
Modified:
moonbase/trunk/kde3/base/kdenetwork3/BUILD
Log:
Better
Modified: moonbase/trunk/kde3/base/kdenetwork3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdenetwork3/BUILD 2007-03-27 11:10:23 UTC (rev 23834)
+++ moonbase/trunk/kde3/base/kdenetwork3/BUILD 2007-03-27 11:44:10 UTC (rev 23835)
@@ -3,11 +3,11 @@
. /etc/profile.d/qt3.rc
. /etc/profile.d/kde3.rc
-# kdenetwork cannot find this, so if kernel-hearders are installed
-# create a symlink so it can be found.
+ # kdenetwork cannot find this, so if kernel-hearders are installed
+ # create a symlink so it can be found.
- if [ -f /usr/include/linux/wireless.h ]; then
- ln -s /usr/include/linux/wireless.h /usr/include/wireless.h
+ if [ ! -e /usr/include/wireless.h ]; then
+ ln -sf /usr/include/linux/wireless.h /usr/include/wireless.h
fi &&
# A simple sedit to fix an ICQ issue with kopete and their servers,
More information about the Lunar-commits
mailing list