mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 06:06:23 +00:00
scst.spec.in: Enable .debug generation for .ko files
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6856 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -140,6 +140,9 @@ for d in qla2x00t_git/qla2x00-target qla2x00t/qla2x00-target; do
|
||||
break
|
||||
fi
|
||||
done
|
||||
# Set the executable bit such that /usr/lib/rpm/find-debuginfo.sh can find the
|
||||
# SCST kernel modules.
|
||||
find %{buildroot}/lib/modules -name '*.ko' -print0 | xargs -0 chmod u+x
|
||||
rm -f %{buildroot}/lib/modules/%{kversion}/[Mm]odule*
|
||||
|
||||
%clean
|
||||
|
||||
Reference in New Issue
Block a user