aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trunk/lib/common.sh4
-rwxr-xr-xtrunk/src/repos1
2 files changed, 1 insertions, 4 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh
index 03c7da1..cae5db5 100644
--- a/trunk/lib/common.sh
+++ b/trunk/lib/common.sh
@@ -577,10 +577,6 @@ function gen_filelist {
for file in `find | grep -e ".tgz$"`; do ls -l $file; done > FILELIST.TXT
echo "Created new FILELIST.TXT"
- if [ -d "patches" ]; then
- gen_patches_filelist patches
- fi
-
}
function gen_patches_filelist {
diff --git a/trunk/src/repos b/trunk/src/repos
index 5011043..f9605ad 100755
--- a/trunk/src/repos
+++ b/trunk/src/repos
@@ -74,6 +74,7 @@ case "$1" in
;;
FILELIST)
gen_filelist
+ gen_patches_filelist patches
;;
MD5)
gen_md5_checksums .