Merge pull request #28 from asmolero/patch-1

Support ARM packages
This commit is contained in:
helixarch 2017-07-02 09:15:49 +03:00 committed by GitHub
commit afc5191618

2
debtap
View File

@ -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