aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-apt-config
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2012-05-01 10:11:26 +0200
committerJunichi Uekawa <dancer@netfort.gr.jp>2012-05-29 08:16:48 +0900
commit45d4f9e5b1a54193107acfb314ead23ed540ff6b (patch)
tree50b73fc66f01b83a15cbb7c2192b48814db052e9 /pbuilder-apt-config
parent8d876443a0dcd4734f43a5d61fc1cba101e47b0f (diff)
downloadpbuilder-45d4f9e5b1a54193107acfb314ead23ed540ff6b.tar
pbuilder-45d4f9e5b1a54193107acfb314ead23ed540ff6b.tar.gz
Recognize armhf as an architecture on ubuntu-ports
Diffstat (limited to 'pbuilder-apt-config')
-rwxr-xr-xpbuilder-apt-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-apt-config b/pbuilder-apt-config
index 8953c82..7f93088 100755
--- a/pbuilder-apt-config
+++ b/pbuilder-apt-config
@@ -67,7 +67,7 @@ guess_dist_arch_archive() {
amd64|i386)
echo "ubuntu"
;;
- armel|hppa|ia64|lpia|powerpc|sparc)
+ armel|armhf|hppa|ia64|lpia|powerpc|sparc)
echo "ubuntu-ports"
;;
*)