diff options
author | Jon Hood <squinky86@gentoo.org> | 2006-07-04 14:28:43 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2006-07-04 14:28:43 +0000 |
commit | 4f808d9ce3a5641547c8c466b43762d05a8c9e9e (patch) | |
tree | ff6071a270adee98089928b862e0c94edfbf2fcd /net-p2p/sancho-bin/files | |
parent | Fixed RDEPEND wrt bug #134781; fixed header (diff) | |
download | historical-4f808d9ce3a5641547c8c466b43762d05a8c9e9e.tar.gz historical-4f808d9ce3a5641547c8c466b43762d05a8c9e9e.tar.bz2 historical-4f808d9ce3a5641547c8c466b43762d05a8c9e9e.zip |
Add revdep-rebuild fixes, bug #139102. Add command-line argument fixes, bug #136294. Should also resolve bug #64221.
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'net-p2p/sancho-bin/files')
-rw-r--r-- | net-p2p/sancho-bin/files/50-sancho-bin | 1 | ||||
-rw-r--r-- | net-p2p/sancho-bin/files/sancho.sh | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/sancho-bin/files/50-sancho-bin b/net-p2p/sancho-bin/files/50-sancho-bin new file mode 100644 index 000000000000..6e15494bec1f --- /dev/null +++ b/net-p2p/sancho-bin/files/50-sancho-bin @@ -0,0 +1 @@ +SEARCH_DIRS_MASK="/opt/sancho" diff --git a/net-p2p/sancho-bin/files/sancho.sh b/net-p2p/sancho-bin/files/sancho.sh index b80fbe9bbfc4..e6f74ebbc9e4 100644 --- a/net-p2p/sancho-bin/files/sancho.sh +++ b/net-p2p/sancho-bin/files/sancho.sh @@ -2,7 +2,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/files/sancho.sh,v 1.3 2004/07/15 00:21:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/files/sancho.sh,v 1.4 2006/07/04 14:28:43 squinky86 Exp $ cd /opt/sancho -./sancho-bin +./sancho-bin ${*} |