diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2006-12-27 16:01:24 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2006-12-27 16:01:24 +0000 |
commit | 054486c3403600c9e5682842bc6e9696e28e281f (patch) | |
tree | 918283f496a173575c3d022288d21eb00eaf426a /scripts/portdupe | |
parent | dev-ruby/rspec: Remove as pclouds has committed ebuild to gentoo-x86. (diff) | |
download | sunrise-reviewed-054486c3403600c9e5682842bc6e9696e28e281f.tar.gz sunrise-reviewed-054486c3403600c9e5682842bc6e9696e28e281f.tar.bz2 sunrise-reviewed-054486c3403600c9e5682842bc6e9696e28e281f.zip |
A little improvment.
svn path=/sunrise/; revision=2503
Diffstat (limited to 'scripts/portdupe')
-rwxr-xr-x | scripts/portdupe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/portdupe b/scripts/portdupe index 697c3fc37..f9e4d3f37 100755 --- a/scripts/portdupe +++ b/scripts/portdupe @@ -12,7 +12,7 @@ if [ $1 ]; then fi # Checking, displaying, etc. -for PACKAGE in */*; do +for PACKAGE in *-*/*; do if [[ -d ${PORTDIR}/${PACKAGE} ]] && [[ $(basename ${PACKAGE}) != "CVS" ]] && grep -q $(dirname ${PACKAGE}) ${PORTDIR}/profiles/categories; then # Reset versions from last package checked. PORTPACK_VERS="" |