From 632ec0d8518f1ee1b2af1eeae6a9d967dd26b16f Mon Sep 17 00:00:00 2001 From: rhatto Date: Sun, 30 Aug 2009 20:53:15 +0000 Subject: Attempt to fix #94 and #95 git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@811 04377dda-e619-0410-9926-eae83683ac58 --- trunk/utils/repos | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'trunk/utils/repos') diff --git a/trunk/utils/repos b/trunk/utils/repos index e4a17ee..57ecdff 100755 --- a/trunk/utils/repos +++ b/trunk/utils/repos @@ -30,7 +30,7 @@ function usage { function do_all { - for pkg in `find . -type f -name '*.tgz' -print`; do + for pkg in `find . -type f $(pkg_ext_find) -print`; do gen_meta $pkg done $0 PACKAGESTXT @@ -55,8 +55,8 @@ case "$1" in do_all ;; new) - for pkg in `find . -type f -name '*.tgz' -print`; do - if [ ! -f ${pkg%tgz}meta ]; then + for pkg in `find . -type f $(pkg_ext_find) -print`; do + if [ ! -f $(strip_pkg_ext $pkg).meta ]; then gen_meta $pkg fi done -- cgit v1.2.3