make-debs.sh: Changed make-debs.sh to use current architecture

Signed-off-by: Daniel Glaser <the78mole@chaintronics.com>
This commit is contained in:
Daniel Glaser 2018-03-24 18:39:32 +01:00 committed by Kefu Chai
parent 3f3ea2aae6
commit 9f81bb8041

View File

@ -79,7 +79,7 @@ cat > $codename/conf/distributions <<EOF
Codename: $codename
Suite: stable
Components: main
Architectures: i386 amd64 source
Architectures: $(dpkg --print-architecture) source
EOF
if [ ! -e conf ]; then
ln -s $codename/conf conf