aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-08 02:07:49 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-08 02:07:49 +0000
commit4199fede4fab65e4fe33f9b475179c8d4a75b507 (patch)
tree2a3e4020c3ad4202ed271b9b8b66abcf685821f6
parentce8a463cde32b8869a9e2e269448f198f2ddc00b (diff)
downloadsimplepkg-4199fede4fab65e4fe33f9b475179c8d4a75b507.tar.gz
simplepkg-4199fede4fab65e4fe33f9b475179c8d4a75b507.tar.bz2
small changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@323 04377dda-e619-0410-9926-eae83683ac58
-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 .