svn commit: trunk/busybox/applets

vapier at busybox.net vapier at busybox.net
Mon Feb 20 19:28:36 UTC 2006


Author: vapier
Date: 2006-02-20 11:28:34 -0800 (Mon, 20 Feb 2006)
New Revision: 14149

Log:
add s390x to the list

Modified:
   trunk/busybox/applets/install.sh


Changeset:
Modified: trunk/busybox/applets/install.sh
===================================================================
--- trunk/busybox/applets/install.sh	2006-02-20 16:57:36 UTC (rev 14148)
+++ trunk/busybox/applets/install.sh	2006-02-20 19:28:34 UTC (rev 14149)
@@ -20,7 +20,7 @@
 	# get the target dir for the libs
 	# This is an incomplete/incorrect list for now
 	case $(uname -m) in
-	x86_64|ppc64*|sparc64*|ia64*|hppa*64*) libdir=/lib64 ;;
+	x86_64|ppc64*|sparc64*|ia64*|hppa*64*|s390x*) libdir=/lib64 ;;
 	*) libdir=/lib ;;
 	esac
 




More information about the busybox-cvs mailing list