summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDebian Live user <user@debian-BULLSEYE-live-builder-AMD64>2023-04-29 06:30:25 -0400
committerDebian Live user <user@debian-BULLSEYE-live-builder-AMD64>2023-04-29 06:30:25 -0400
commit663764ea8b9e547d1e422a7e7a335415405945ab (patch)
treeaf98aa644e92709a370b555b004c6a60bbe2efd0 /Makefile
parentc62679efab6b33db38beb6a21d057c3525e44f62 (diff)
normalize file locations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 923d3a8..f3d4b3f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1BINDIR = /usr/local/bin 1BINDIR = /usr/local/bin
2BINARIES = firestart firestartx $(addprefix src/,sliceweasel.lib.sh firefox-io-slayer-redux ioslay-firefox) 2BINARIES = $(addprefix src/,firestart firestartx sliceweasel.lib.sh firefox-io-slayer ioslay-firefox)
3 3
4ifeq ($(shell id -u),0) 4ifeq ($(shell id -u),0)
5# Prevent running as root 5# Prevent running as root