Check */*.rpm for signing.
[myplc.git] / plc.d / packages
index 6b02bd5..c8df19a 100755 (executable)
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: packages 129 2007-03-20 12:04:03Z thierry $
+# $Id$
 #
 
 # Source function library and configuration
@@ -46,7 +46,7 @@ case "$1" in
            # Create a stamp once the package gets signed
            mkdir $repository/signed-stamps
 
-           for package in $repository/*.rpm ; do
+           for package in $repository/*/*.rpm ; do
                stamp=$repository/signed-stamps/$(basename $package).signed
                # If package is newer than signature stamp
                if [ $package -nt $stamp ] ; then