From c2882fd83eafa2c2122a1f0e27a8cb9f423b5979 Mon Sep 17 00:00:00 2001 From: asmolero Date: Sun, 2 Jul 2017 05:32:10 +0300 Subject: [PATCH] Support ARM packages --- debtap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debtap b/debtap index 245143e..aee5553 100755 --- a/debtap +++ b/debtap @@ -236,7 +236,7 @@ else fi # Generating arch field -echo "arch = `grep ^Architecture: control | gawk '{print $2}' | sed -e s'/i386/i686/' -e s'/amd64/x86_64/' -e s'/all/any/'`" >> .PKGINFO +echo "arch = `grep ^Architecture: control | gawk '{print $2}' | sed -e s'/i386/i686/' -e s'/amd64/x86_64/' -e s'/armhf/armv7h/' -e s'/all/any/'`" >> .PKGINFO # Generating size field if [ -e preinst ]; then