Skip to content
Snippets Groups Projects
Commit 88075abc authored by Sébastien Blin's avatar Sébastien Blin
Browse files

rpm: fix QA_RPATHS

Change-Id: I555c843f33e77f061176835436d654eb13b95108
parent 19209bd5
Branches
Tags
No related merge requests found
......@@ -53,7 +53,7 @@ rpmdev-bumpspec --comment="Automatic nightly release" --userstring="Jenkins <rin
dnf builddep -y jami.spec || echo "ignoring dnf builddep failure"
# build the package
QA_RPATHS=\$[ 0x0001|0x0002 ] rpmbuild -ba jami.spec
QA_RPATHS=$(( 0x0001|0x0010 )) rpmbuild -ba jami.spec
# move to output
mv /root/rpmbuild/RPMS/*/* /opt/output
......@@ -67,7 +67,7 @@ mkdir -p /root/rpmbuild/BUILD/ring-project/packaging/rules/one-click-install/
cp jami-all.postinst /root/rpmbuild/BUILD/ring-project/packaging/rules/one-click-install/
# build the package
QA_RPATHS=\$[ 0x0001|0x0002 ] rpmbuild -ba jami-one-click.spec
QA_RPATHS=$(( 0x0001|0x0010 )) rpmbuild -ba jami-one-click.spec
# move to output
mkdir -p /opt/output/one-click-install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment