diff options
| author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-03 12:42:32 +0000 | 
|---|---|---|
| committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-03 12:42:32 +0000 | 
| commit | f9f16bb55714940883484f63b6daad9c279dd3ce (patch) | |
| tree | 0f4734573cc5493d5db1132b0700d093bdba762e /trunk/src | |
| parent | 8b881f809ba17e9c4a148cbabb23d70d5bd16ece (diff) | |
| download | simplepkg-f9f16bb55714940883484f63b6daad9c279dd3ce.tar.gz simplepkg-f9f16bb55714940883484f63b6daad9c279dd3ce.tar.bz2  | |
createpkg: removed extra gen_patches_filelist call at update_metadata
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@633 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src')
| -rw-r--r-- | trunk/src/createpkg | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index 943b991..80f37fc 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -404,7 +404,6 @@ function update_metadata {    gen_meta $SUBFOLDER/$PKG_NAME    gen_filelist -  gen_patches_filelist patches    update_md5_checksum $makepkg_repos $SUBFOLDER/$PKG_NAME    # update md5 file from patches/ folder if needed @@ -418,7 +417,7 @@ function update_metadata {      done      if [ "$found_patch" == "yes" ]; then -      gen_patches_filelist patches/ +      gen_patches_filelist patches      fi    fi  | 
