mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
debian/rules: Use $(KVER) instead of $(uname -r)
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9439 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vendored
+1
-1
@@ -21,7 +21,7 @@ export CC=$(DEB_CC_SET)
|
||||
export QLA_DIR=$(DEB_QLA_DIR_SET)
|
||||
export QLA_INI_DIR=$(DEB_QLA_INI_DIR_SET)
|
||||
|
||||
SUBDIRS=scst $(shell grep -qw '^CONFIG_LIBFC' /boot/config-$(uname -r) && echo fcst) iscsi-scst $(QLA_DIR) scst_local scstadmin srpt
|
||||
SUBDIRS=scst $(shell grep -qw '^CONFIG_LIBFC' /boot/config-$(KVER) && echo fcst) iscsi-scst $(QLA_DIR) scst_local scstadmin srpt
|
||||
DESTDIR=$(CURDIR)/debian/tmp
|
||||
VERSION:=$(shell head -n1 debian/changelog | sed 's/.*(\([0-9.]*\).*).*/\1/')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user