aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/openib.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/openib.eclass b/eclass/openib.eclass
index 5c4d036b5..d98542fec 100644
--- a/eclass/openib.eclass
+++ b/eclass/openib.eclass
@@ -34,6 +34,6 @@ esac
# This function will unpack OFED packages
openib_src_unpack() {
unpack ${A}
- rpm_unpack "OFED-${OFED_VER}/SRPMS/${P}-${OFED_SUFFIX}.rpm"
+ rpm_unpack "OFED-${OFED_VER}/SRPMS/${P}-${OFED_SUFFIX}.src.rpm"
unpack ./${P}.tar.gz
}