The following commit has been merged in the master branch:
commit 26475f37cd9b03df5bc42223631e0cc0241fb837
Author: Patrick Winnertz <[email protected]>
Date: Wed Jun 23 11:49:40 2010 +0200
fix if condition
Signed-off-by: Patrick Winnertz <[email protected]>
diff --git a/debian/rules b/debian/rules
index 1d08fdb..023f4dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -265,7 +265,7 @@ kdist_config: prep-deb-files
dpkg-checkbuilddeps
# check if a ofa-kernel-header package is installed for current kernel
# if yes, link against it:
- if (test -d /usr/src/ofa-kernel-headers-$(KVERS)); then
+ if [ -d /usr/src/ofa-kernel-headers-$(KVERS) ]; then
OFA_KERNEL="--with-o2ib=/usr/src/ofa-kernel-headers-$(KVERS)"
else
OFA_KERNEL=""
--
Lustre Debian Packaging
_______________________________________________
Pkg-lustre-svn-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-lustre-svn-commit