Code Review
/
hc2vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7b4382f
)
Fix path for honyecomb.spec file
author
Ed Warnicke
<
[email protected]
>
Fri, 17 Jun 2016 18:18:08 +0000
(13:18 -0500)
committer
Robert 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
patch
|
blob
|
history
diff --git
a/packaging/rpm/rpmbuild.sh
b/packaging/rpm/rpmbuild.sh
index
10872ea
..
f84e967
100755
(executable)
--- a/
packaging/rpm/rpmbuild.sh
+++ b/
packaging/rpm/rpmbuild.sh
@@
-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