diff options
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r-- | trunk/src/createpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index a05c774..549e98f 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -617,7 +617,7 @@ fi SUBFOLDER="`echo $NEW_REPOS | sed -e "s/^$(regexp_slash $MAKEPKG_REPOS)//"`" update_md5_checksum $MAKEPKG_REPOS $SUBFOLDER/$PKG_NAME - gen_meta $SUBFOLDER/$PKG_NAME + gen_meta ./$SUBFOLDER/$PKG_NAME # update md5 file from patches/ folder if needed for file in `find patches/ -name "$PACKAGE-*-*-*.tgz"`; do |