Update snapcraft.yaml

This commit is contained in:
kz6fittycent 2021-09-23 15:10:03 -05:00 committed by GitHub
parent 93c8d1ba6d
commit abdc2f4878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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