summaryrefslogtreecommitdiffstats
path: root/helper/fileutil.inc
diff options
context:
space:
mode:
authorSimon Rettberg2013-04-19 20:02:55 +0200
committerSimon Rettberg2013-04-19 20:02:55 +0200
commit0d4574eb1992a3963e77a5bd615cac864dab6c9f (patch)
treefb26625f060ec310400e73eeaedc69acd75daba2 /helper/fileutil.inc
parentlist of wanted config options to compile our kernel with (diff)
downloadtm-scripts-0d4574eb1992a3963e77a5bd615cac864dab6c9f.tar.gz
tm-scripts-0d4574eb1992a3963e77a5bd615cac864dab6c9f.tar.xz
tm-scripts-0d4574eb1992a3963e77a5bd615cac864dab6c9f.zip
Update for openSUSE 12.3
Diffstat (limited to 'helper/fileutil.inc')
-rw-r--r--helper/fileutil.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/fileutil.inc b/helper/fileutil.inc
index 8639aea0..ba1be103 100644
--- a/helper/fileutil.inc
+++ b/helper/fileutil.inc
@@ -52,6 +52,7 @@ list_packet_files() {
[ "x$LPRET" != "x0" -a "x$OPTIONAL" != "x@" ] && perror "dpkg/rpm existed with code '$LPRET' for required package ${PACKAGE}."
[ "x$LPRET" != "x0" ] && pwarning "dpkg/rpm exited with code '$LPRET' for optional package ${PACKAGE}." && continue
[ -z "$FILES" ] && pwarning "list_packet_files empty for packet ${PACKAGE}." && continue
+ pdebug "Packet $PACKAGE has $(echo $FILES | wc -w) files..."
for FILE in $FILES; do
[ ! -d "$FILE" ] && echo "$FILE"
done