Fix path for honyecomb.spec file
authorEd Warnicke <[email protected]>
Fri, 17 Jun 2016 18:18:08 +0000 (13:18 -0500)
committerRobert Varga <[email protected]>
Fri, 17 Jun 2016 19:03:02 +0000 (19:03 +0000)
Change-Id: Icc9cc635a9bcd3b29f42601b0ee283cbfdec4c9a
Signed-off-by: Ed Warnicke <[email protected]>
packaging/rpm/rpmbuild.sh

index 10872ea..f84e967 100755 (executable)
@@ -7,4 +7,4 @@ ZIPFILE=${ZIPDIR}/v3po-karaf-1.0.0-SNAPSHOT.zip
 mkdir -p ${DIR}/SOURCES/
 cp $ZIPFILE ${DIR}/SOURCES/
 cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/
-rpmbuild -bb --define "_topdir ${DIR}"  honeycomb.spec
+rpmbuild -bb --define "_topdir ${DIR}"  ${DIR}/honeycomb.spec