From: rhatto Date: Sun, 8 Apr 2007 02:07:49 +0000 (+0000) Subject: small changes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4199fede4fab65e4fe33f9b475179c8d4a75b507;p=simplepkg.git small changes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@323 04377dda-e619-0410-9926-eae83683ac58 --- 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 .