summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/ovl-ebuilds.sh2
-rwxr-xr-xscripts/portdupe2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ovl-ebuilds.sh b/scripts/ovl-ebuilds.sh
index 6b66ecad1..24cfae768 100755
--- a/scripts/ovl-ebuilds.sh
+++ b/scripts/ovl-ebuilds.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2006 Piotr Jaroszyński <peper@aster.pl>
+# Copyright 2006 Piotr Jaroszyński <peper@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
source /etc/make.globals
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=""