From 100e0c4bc383752fe6aa3f7e950839a067a4b80c Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 12 Sep 2004 13:33:54 +0000 Subject: [PATCH] Clifford Wolf: Added scripts/* to the linux26-source packages .. this is needed by linux26 modules packages [2004090702215618395] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4180 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/linux/linux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/base/linux/linux.conf b/package/base/linux/linux.conf index db905addb..75ac1d16f 100644 --- a/package/base/linux/linux.conf +++ b/package/base/linux/linux.conf @@ -321,6 +321,10 @@ main_lx_src() { echo "Creating dependencies (e.g. for versioned symbols) ..." eval $MAKE dep-files fi + if [ $stagelevel -gt 1 ] && [[ $treever = 26* ]] ; then + echo "Creating scripts/* because external modules need it ..." + make scripts/ + fi echo "Clean up the *.orig and *~ files ... " find -name '*.orig' -o -name '*~' | xargs rm -f