[Pkg-lustre-svn-commit] updated: [20032ca] another smaller fix for ofa-kernel

Patrick Winnertz winnie at debian.org
Thu Jun 24 12:50:51 UTC 2010


The following commit has been merged in the master branch:
commit 20032caf2df09da222ee3e1325410733fac1c8c5
Author: Patrick Winnertz <winnie at debian.org>
Date:   Wed Jun 23 15:37:28 2010 +0200

    another smaller fix for ofa-kernel
    
    Signed-off-by: Patrick Winnertz <winnie at debian.org>

diff --git a/debian/rules b/debian/rules
index 530da4b..9d24020 100755
--- a/debian/rules
+++ b/debian/rules
@@ -271,7 +271,7 @@ kdist_config: prep-deb-files
 	dpkg-checkbuilddeps
 	# ugly hack to recommend ofa-kernel-modules if they should exist
 	if [ ! -z $(OFA_KERNEL) ]; then \
-	    sed -e 's#^Recommends:\(.*\)#Recommends:\1, ofa-kernel-modules-_KVERS_#g' -i debian/control; \
+	    sed -e 's#^Recommends:\(.*\)#Recommends:\1, ofa-kernel-modules-$(KVERS)#g' -i debian/control; \
 	fi
 	# touch files to same date, to avoid auto*
 	find . -type f -exec touch -r COPYING {} \;

-- 
Lustre Debian Packaging 



More information about the Pkg-lustre-svn-commit mailing list