]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
createpkg: removed extra gen_patches_filelist call at update_metadata
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Wed, 3 Dec 2008 12:42:32 +0000 (12:42 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Wed, 3 Dec 2008 12:42:32 +0000 (12:42 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@633 04377dda-e619-0410-9926-eae83683ac58

trunk/src/createpkg

index 943b991759fb8e313ae6ad410d13174938b0190e..80f37fc55b01be9d8c949b97b0aa670657e30184 100644 (file)
@@ -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