summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index c18c1c4..094f50e 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -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