Whamcloud - gitweb
LU-1199 build: Fix paths after move to contrib dir
[fs/lustre-release.git] / contrib / lbuild / lbuild-fc18
1 # vim:expandtab:shiftwidth=4:softtabstop=4:tabstop=4:
2
3 source ${LBUILD_DIR}/lbuild-fc
4
5 # increment this if you have made a change that should force a new kernel
6 # to build built
7 BUILD_GEN+=".0"
8
9 find_linux_rpm-fc18() {
10     local prefix="$1"
11     local wanted_kernel="$2"
12     local pathtorpms=${3:-"${KERNELRPMSBASE}/${lnxmaj}/${DISTRO}/${TARGET_ARCH}"}
13
14     find_linux_rpm-rhel "$prefix" "$wanted_kernel" "$pathtorpms"
15
16 }