diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-08 02:07:49 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-08 02:07:49 +0000 |
commit | 4199fede4fab65e4fe33f9b475179c8d4a75b507 (patch) | |
tree | 2a3e4020c3ad4202ed271b9b8b66abcf685821f6 /trunk/lib | |
parent | ce8a463cde32b8869a9e2e269448f198f2ddc00b (diff) | |
download | simplepkg-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
Diffstat (limited to 'trunk/lib')
-rw-r--r-- | trunk/lib/common.sh | 4 |
1 files changed, 0 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 { |