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 | 0d438e2070dbf95cf23e44e65e97a57d32eb5221 (patch) | |
tree | bf8d82f2545318b8aac01983f4643f9ed16c8546 | |
parent | dep fix (diff) | |
download | gentoo-2-0d438e2070dbf95cf23e44e65e97a57d32eb5221.tar.gz gentoo-2-0d438e2070dbf95cf23e44e65e97a57d32eb5221.tar.bz2 gentoo-2-0d438e2070dbf95cf23e44e65e97a57d32eb5221.zip |
fixed sandbox violation
-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
|