aboutsummaryrefslogtreecommitdiffstats
path: root/src/fbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbuilder')
-rw-r--r--src/fbuilder/build_profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbuilder/build_profile.c b/src/fbuilder/build_profile.c
index f11e37057..83fe4b188 100644
--- a/src/fbuilder/build_profile.c
+++ b/src/fbuilder/build_profile.c
@@ -67,7 +67,7 @@ void build_profile(int argc, char **argv, int index, FILE *fp) {
67 errExit("asprintf"); 67 errExit("asprintf");
68 68
69 char *cmdlist[] = { 69 char *cmdlist[] = {
70 "/usr/bin/firejail", 70 BINDIR "/firejail",
71 "--quiet", 71 "--quiet",
72 output, 72 output,
73 "--noprofile", 73 "--noprofile",