Update snapcraft.yaml

This commit is contained in:
kz6fittycent 2021-09-23 15:03:53 -05:00 committed by GitHub
parent 18f7e13ba8
commit 93c8d1ba6d
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
make install PREFIX=/usr/local
make setuid
make clean