diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-30 18:18:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-30 18:18:16 +0000 |
commit | 2dd16abe4f0bbfe01b783c13f5477b23eea1559b (patch) | |
tree | 23a44d070788dc2752a0e3fac81eb982b865daf0 /app-arch/tar | |
parent | Re-unmask >=app-crypt/gnupg-2.0.0, bug#159310 (diff) | |
download | gentoo-2-2dd16abe4f0bbfe01b783c13f5477b23eea1559b.tar.gz gentoo-2-2dd16abe4f0bbfe01b783c13f5477b23eea1559b.tar.bz2 gentoo-2-2dd16abe4f0bbfe01b783c13f5477b23eea1559b.zip |
fix path to rmt as pointed out by dirtyepic
(Portage version: 2.1.2_rc4-r2)
Diffstat (limited to 'app-arch/tar')
-rw-r--r-- | app-arch/tar/files/rmt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/tar/files/rmt b/app-arch/tar/files/rmt index 8fbca89fe52f..4ad3e40ea24f 100644 --- a/app-arch/tar/files/rmt +++ b/app-arch/tar/files/rmt @@ -5,4 +5,4 @@ # utilities that expect to find (and execute) rmt in the /etc directory # on remote systems. # -exec /usr/bin/rmt "$@" +exec /usr/sbin/rmt "$@" |