]> Pileus Git - ~andy/sunrise/blobdiff - scripts/portdupe
update our botstuff
[~andy/sunrise] / scripts / portdupe
index 98f8051c6e42512fe1cbd1ce33906993d6e41a92..697c3fc37cc4f7c0ed3dc68b4f52b4054725c968 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright 2006 David Shakaryan <d@ompty.org>
+# Copyright 2006 David Shakaryan <omp@gentoo.org>
 # Distributed under the terms of the GNU General Public License v2
 
 # Change portage tree directory if you have it elsewhere.
@@ -13,7 +13,7 @@ fi
 
 # Checking, displaying, etc.
 for PACKAGE in */*; do
-       if [[ -d ${PORTDIR}/${PACKAGE} ]] && [[ $(basename ${PACKAGE}) != "CVS" ]] && echo ${PACKAGE} | grep -qv ${PORTDIR}/profiles/categories; then
+       if [[ -d ${PORTDIR}/${PACKAGE} ]] && [[ $(basename ${PACKAGE}) != "CVS" ]] && grep -q $(dirname ${PACKAGE}) ${PORTDIR}/profiles/categories; then
                # Reset versions from last package checked.
                PORTPACK_VERS=""
                OVERPACK_VERS=""