diff options
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r-- | trunk/src/createpkg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index 2e4d087..81a1a70 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -622,11 +622,12 @@ fi ( cd $MAKEPKG_REPOS - gen_filelist - gen_patches_filelist patches SUBFOLDER="`echo $NEW_REPOS | sed -e "s/^$(regexp_slash $MAKEPKG_REPOS/)//"`" 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 |