Browse Source

linux26: changed to calculate treever using $ver instead of $pkg

karasz/qt
Alejandro Mery 16 years ago
parent
commit
84922482f3
  1. 2
      base/linux26/linux-conf.in

2
base/linux26/linux-conf.in

@ -14,7 +14,7 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
treever=${pkg/linux/} ; treever=${treever/-*/}
treever=$(echo $ver | cut -d. -f1-2 | tr -d .)
[ "$lx_cpu" ] ||
# powerpc and mips share the same arch for 32/64, maybe more follow

Loading…
Cancel
Save