Don't bother building rpm package for source

This commit is contained in:
Daniel Imms
2016-03-08 09:01:31 -08:00
parent 28c2b45bd3
commit 2c2f4763d7

View File

@@ -362,7 +362,7 @@ function prepareRpmPackage(arch) {
function buildRpmPackage(arch) {
var rpmArch = getRpmPackageArch(arch);
return shell.task([
'fakeroot rpmbuild -ba ' + rpmBuildPath + '/SPECS/' + product.applicationName + '.spec --target=' + rpmArch,
'fakeroot rpmbuild -bb ' + rpmBuildPath + '/SPECS/' + product.applicationName + '.spec --target=' + rpmArch,
]);
}