diff --git a/build b/build index deb08d5..95e528c 100755 --- a/build +++ b/build @@ -94,7 +94,7 @@ if [ x$1 = "xdebian" ]; then DEBTEMPDIR=$here make install-deb INCLUDE='-I../wiringPi -I../devLib' LDFLAGS=-L../debian-template/wiringPi/usr/lib cd $here/debian-template fakeroot dpkg-deb --build wiringPi - mv wiringPi.deb wiringpi-`cat $here/VERSION`-1.deb + mv wiringPi.deb wiringpi-`cat $here/VERSION`-1_arm64.deb exit fi