summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmkfontdir.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/mkfontdir.in b/mkfontdir.in
index dfb512b..d719c68 100755
--- a/mkfontdir.in
+++ b/mkfontdir.in
@@ -1,3 +1,5 @@
#!/bin/sh
-exec @bindir@/mkfontscale -b -s -l "$@"
+PATH="@bindir@:$PATH"
+
+exec mkfontscale -b -s -l "$@"