diff options
| author | Jonathan Bauer | 2013-04-24 17:17:19 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-04-24 17:17:19 +0200 |
| commit | 5633488d5a50c58e7ad05fc186cef95af338506b (patch) | |
| tree | 7aaffefc7cdae07a601dbc0ad8c040fdff883b54 /helper | |
| parent | compile kernel on the reference system with our config requirements (diff) | |
| parent | delete plymouth/data/etc/systemd... (diff) | |
| download | tm-scripts-5633488d5a50c58e7ad05fc186cef95af338506b.tar.gz tm-scripts-5633488d5a50c58e7ad05fc186cef95af338506b.tar.xz tm-scripts-5633488d5a50c58e7ad05fc186cef95af338506b.zip | |
merge?
Diffstat (limited to 'helper')
| -rw-r--r-- | helper/fileutil.inc | 1 |
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 |
