diff options
Diffstat (limited to 'packaging/rpm/rpmbuild.sh')
-rwxr-xr-x | packaging/rpm/rpmbuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/rpm/rpmbuild.sh b/packaging/rpm/rpmbuild.sh index 2cbb20482..f9e9795fc 100755 --- a/packaging/rpm/rpmbuild.sh +++ b/packaging/rpm/rpmbuild.sh @@ -10,3 +10,4 @@ cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/ cd ${DIR} rpmbuild -bb --define "_topdir ${DIR}" ${DIR}/honeycomb.spec cd - + |