Update snapcraft.yaml

This commit is contained in:
kz6fittycent
2021-09-23 15:10:03 -05:00
committed by GitHub
parent 93c8d1ba6d
commit abdc2f4878

View File

@@ -68,7 +68,7 @@ parts:
override-build: |
mkdir -p $SNAPCRAFT_PART_INSTALL/btop
cd $SNAPCRAFT_PART_INSTALL/btop
make install PREFIX=/usr/local
make install PREFIX=$SNAPCRAFT_PART_INSTALL/usr/local
make setuid
make clean