summaryrefslogtreecommitdiffstats
path: root/helper/fileutil.inc
diff options
context:
space:
mode:
authorJonathan Bauer2013-03-19 15:02:58 +0100
committerJonathan Bauer2013-03-19 15:02:58 +0100
commit67220faa61ab6ea2eb57c6b6193ff7b6304b07a1 (patch)
tree0cea84e5d1ebd771e1177ce63ebed3edef2b5e68 /helper/fileutil.inc
parentcopy_static_files function now called on each module (diff)
parentFix warning message in list_package_files (diff)
downloadtm-scripts-67220faa61ab6ea2eb57c6b6193ff7b6304b07a1.tar.gz
tm-scripts-67220faa61ab6ea2eb57c6b6193ff7b6304b07a1.tar.xz
tm-scripts-67220faa61ab6ea2eb57c6b6193ff7b6304b07a1.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'helper/fileutil.inc')
-rw-r--r--helper/fileutil.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/fileutil.inc b/helper/fileutil.inc
index f7654719..6b3ea77f 100644
--- a/helper/fileutil.inc
+++ b/helper/fileutil.inc
@@ -45,7 +45,7 @@ list_packet_files() {
#FILES=$(echo "$FILES" | sed 's/^\(.*\):###:[0-9]*$/\1/g')
local LPRET=$(echo "$FILES" | awk -F ':###:' '{printf $2}')
FILES=$(echo "$FILES" | awk -F ':###:' '{print $1}')
- [ "x$LPRET" != "x0" ] && pwarning "list_packet_files exited with code '$LPRET' for packet ${PACKAGE}."
+ [ "x$LPRET" != "x0" ] && pwarning "dpkg/rpm exited with code '$LPRET' for packet ${PACKAGE}."
[ -z "$FILES" ] && pwarning "list_packet_files empty for packet ${PACKAGE}."
for FILE in $FILES; do
[ ! -d "$FILE" ] && echo "$FILE"