Author: nextgens
Date: 2006-05-27 12:32:04 +0000 (Sat, 27 May 2006)
New Revision: 8883
Modified:
trunk/apps/installer/installclasspath/run.sh
Log:
installer:
10:51 < KernDump> just a suggestion for the run.sh script
10:52 < KernDump> needs to test for /etc/slackware-version
10:52 < KernDump> and set LDPROP=set.LD_ASSUME_KERNEL=2.4.1 if found
Modified: trunk/apps/installer/installclasspath/run.sh
===================================================================
--- trunk/apps/installer/installclasspath/run.sh 2006-05-27 12:22:54 UTC
(rev 8882)
+++ trunk/apps/installer/installclasspath/run.sh 2006-05-27 12:32:04 UTC
(rev 8883)
@@ -71,7 +71,7 @@
then
LDPROP="set.LD_ASSUME_KERNEL=2.2.5"
#gentoo however dies with 2.2.5
- elif test -f /etc/gentoo-release -o -f /etc/SuSE-release
+ elif test -f /etc/gentoo-release -o -f /etc/SuSE-release -o -f
/etc/slackware-version
then
LDPROP="set.LD_ASSUME_KERNEL=2.4.1"
else