summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-06-17 14:54:04 -0500
committerEd Warnicke <eaw@cisco.com>2016-06-17 14:54:04 -0500
commitaa57de761ef4d550ed126e4792dbe834c013b0cd (patch)
tree93c0a65d5526729c57becc48b9ae2c2a52732af2 /packaging
parenta927d5abb7eb4f0e7b0181751ace31d688a01dec (diff)
Fix for rpmbuild
Change-Id: I8d7f1c17d750db72a7344b3c670ed850d5b90dff Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/rpm/rpmbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/rpm/rpmbuild.sh b/packaging/rpm/rpmbuild.sh
index f84e9677f..05015844c 100755
--- a/packaging/rpm/rpmbuild.sh
+++ b/packaging/rpm/rpmbuild.sh
@@ -7,4 +7,6 @@ ZIPFILE=${ZIPDIR}/v3po-karaf-1.0.0-SNAPSHOT.zip
mkdir -p ${DIR}/SOURCES/
cp $ZIPFILE ${DIR}/SOURCES/
cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/
+cd ${DIR}
rpmbuild -bb --define "_topdir ${DIR}" ${DIR}/honeycomb.spec
+cd -