diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:52:19 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:52:19 +0000 |
commit | 7b53dba57ff1f291dbdc01d1e259bd3925e33810 (patch) | |
tree | fb2c25f500051e41e36d578a0ff03eb2efe4aa8d | |
parent | little fix (diff) | |
download | gentoo-2-7b53dba57ff1f291dbdc01d1e259bd3925e33810.tar.gz gentoo-2-7b53dba57ff1f291dbdc01d1e259bd3925e33810.tar.bz2 gentoo-2-7b53dba57ff1f291dbdc01d1e259bd3925e33810.zip |
another little fix
-rwxr-xr-x | sys-apps/portage/files/megadownload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/portage/files/megadownload b/sys-apps/portage/files/megadownload index 0f6d2506b755..68f411363b1e 100755 --- a/sys-apps/portage/files/megadownload +++ b/sys-apps/portage/files/megadownload @@ -1,5 +1,5 @@ #!/usr/bin/env bash -for x in `find /usr/portage -iname *.ebuild` +for x in `find /usr/portage/ -iname *.ebuild` do /usr/bin/ebuild ${x} fetch digest if [ $? -ne 0 ] |