diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-07 23:41:19 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-07 23:41:19 +0000 |
commit | 8c9c6666919b03e994144c9a007f64c78f234268 (patch) | |
tree | b924068b20925de9b72e6f6cf812867f0242a0dc /app-text | |
parent | fix fam dep (diff) | |
download | historical-8c9c6666919b03e994144c9a007f64c78f234268.tar.gz historical-8c9c6666919b03e994144c9a007f64c78f234268.tar.bz2 historical-8c9c6666919b03e994144c9a007f64c78f234268.zip |
fixed sandbox violation
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/tkman/files/tkman-2.2-gentoo.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/tkman/files/tkman-2.2-gentoo.diff b/app-text/tkman/files/tkman-2.2-gentoo.diff index 426cf5445c12..92a275361c8f 100644 --- a/app-text/tkman/files/tkman-2.2-gentoo.diff +++ b/app-text/tkman/files/tkman-2.2-gentoo.diff @@ -12,7 +12,7 @@ # the executable `tkman' is placed in BINDIR
# this should be a directory that's in your bin PATH
-BINDIR = /usr/local/bin
-+BINDIR = /usr/bin
++BINDIR = ${DESTDIR}/usr/bin
#BINDIR = /private/share/bin
|