From 3fef3da8b8caf8e8a8a8b1cce0169c33062db31e Mon Sep 17 00:00:00 2001 From: Stefan Schweizer Date: Tue, 3 Oct 2006 13:39:49 +0000 Subject: improve it to not look in profiles/ (only *-*/*) svn path=/sunrise/; revision=1376 --- scripts/portdupe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/portdupe b/scripts/portdupe index 98f8051c6..88e717aa8 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" ]] && echo ${PACKAGE} | grep -qv ${PORTDIR}/profiles/categories; then # Reset versions from last package checked. PORTPACK_VERS="" -- cgit v1.2.3-65-gdbad