From 054486c3403600c9e5682842bc6e9696e28e281f Mon Sep 17 00:00:00 2001 From: Piotr JaroszyƄski Date: Wed, 27 Dec 2006 16:01:24 +0000 Subject: A little improvment. svn path=/sunrise/; revision=2503 --- scripts/portdupe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/portdupe') 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="" -- cgit v1.2.3-65-gdbad