From 4199fede4fab65e4fe33f9b475179c8d4a75b507 Mon Sep 17 00:00:00 2001 From: rhatto Date: Sun, 8 Apr 2007 02:07:49 +0000 Subject: small changes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@323 04377dda-e619-0410-9926-eae83683ac58 --- trunk/lib/common.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'trunk/lib/common.sh') 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 { -- cgit v1.2.3