summaryrefslogtreecommitdiffstats
path: root/system/afdko/afdko.sh
diff options
context:
space:
mode:
author Duncan Roe <duncan_roe@optusnet.com.au>2017-05-19 14:29:27 +0100
committer David Spencer <idlemoor@slackbuilds.org>2017-05-19 14:29:27 +0100
commita67c9bc47a76e6bedd37de723ba03f3de0cf2e42 (patch)
treec2a25848d1ea4e2cac2eb496b3d3dd43d38ec031 /system/afdko/afdko.sh
parentb090b9cac1cf6a15323c992dc701348c98af4ab9 (diff)
downloadslackbuilds-a67c9bc47a76e6bedd37de723ba03f3de0cf2e42.tar.gz
slackbuilds-a67c9bc47a76e6bedd37de723ba03f3de0cf2e42.tar.xz
system/afdko: Fixed SlackBuild.
Install path without /Tools/ is erroneous. Sorry Duncan! :( Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/afdko/afdko.sh')
-rw-r--r--system/afdko/afdko.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/afdko/afdko.sh b/system/afdko/afdko.sh
index 90ded0ef4f..818eb40961 100644
--- a/system/afdko/afdko.sh
+++ b/system/afdko/afdko.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-FDK_EXE="/opt/afdko/linux"
+FDK_EXE="/opt/afdko/Tools/linux"
if [ ! "$PATH" = "" ]; then
echo :$PATH: | grep -q :$FDK_EXE: || PATH=$PATH:$FDK_EXE
else