>> 3.0.2d. Modutils ./configure* patch for HPPA and an option parsing fix.

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@113 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Tim Yamin 21 years ago
parent 5973c27398
commit 223c8106f0

@ -81,7 +81,7 @@ usage() {
parse_opt() {
case "$1" in
*\=*)
echo "$1" | cut -f2 -d=
echo "$1" | cut -f2- -d=
;;
esac
}

@ -1,7 +1,7 @@
#!/bin/bash
# Genkernel v3
GK_V='3.0.2c'
GK_V='3.0.2d'
TEMP='/var/tmp/genkernel'
small_die() {

Binary file not shown.
Loading…
Cancel
Save