diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2012-05-01 10:11:26 +0200 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2012-05-29 08:16:48 +0900 |
commit | 45d4f9e5b1a54193107acfb314ead23ed540ff6b (patch) | |
tree | 50b73fc66f01b83a15cbb7c2192b48814db052e9 /pbuilder-apt-config | |
parent | 8d876443a0dcd4734f43a5d61fc1cba101e47b0f (diff) | |
download | pbuilder-45d4f9e5b1a54193107acfb314ead23ed540ff6b.tar pbuilder-45d4f9e5b1a54193107acfb314ead23ed540ff6b.tar.gz |
Recognize armhf as an architecture on ubuntu-ports
Diffstat (limited to 'pbuilder-apt-config')
-rwxr-xr-x | pbuilder-apt-config | 2 |
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" ;; *) |