Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Collazo <scollazo@activitycentral.com>2012-11-01 17:11:00 (GMT)
committer Santiago Collazo <scollazo@activitycentral.com>2012-11-01 17:11:00 (GMT)
commitef3599c5dd741af07609d674d859820a50769f27 (patch)
tree863e0bde5d77ea3f1299d75468419d1eb58f2c06
parentc1168ed47679b50bb6ec5bb13c804406378c4d09 (diff)
Fixed sub-arch for armv7
-rw-r--r--rpms/buildrpm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpms/buildrpm.sh b/rpms/buildrpm.sh
index 1465a5d..14b3909 100644
--- a/rpms/buildrpm.sh
+++ b/rpms/buildrpm.sh
@@ -138,7 +138,7 @@ grep BuildRequires ~/rpmbuild/SPECS/$PACKAGE/$PACKAGE.spec |sed s/.*\ //|xargs y
rpmbuild --clean ~/rpmbuild/SPECS/$PACKAGE/$PACKAGE.spec
if rpm -q glibc |grep -q armv7
then
- rpmbuild --target armv7tel -ba ~/rpmbuild/SPECS/$PACKAGE/$PACKAGE.spec
+ rpmbuild --target armv7hl -ba ~/rpmbuild/SPECS/$PACKAGE/$PACKAGE.spec
else
rpmbuild -ba ~/rpmbuild/SPECS/$PACKAGE/$PACKAGE.spec
fi