Remote trailing spaces

This commit is contained in:
Leo Arias 2021-10-02 18:09:22 +00:00
parent def01ea599
commit 559fab39a8

View File

@ -53,7 +53,7 @@ parts:
plugin: nil
build-packages: [python3, python3-toml, cmake, openjdk-11-jre, libgmp-dev, wget, antlr3, libantlr3c-3.4-0, libantlr3c-dev]
override-build: |
./configure.sh --python3 --prefix=$SNAPCRAFT_STAGE/usr
./configure.sh --python3 --prefix=$SNAPCRAFT_STAGE/usr
cd build
make -j -l $(grep -c "^processor" /proc/cpuinfo)
make install