diff options
-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 |