diff options
Diffstat (limited to 'trunk')
-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 83ad801..804559a 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 if [ -d "patches/" ]; then |