diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-27 20:31:17 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-27 20:31:17 +0000 |
commit | 1cd32aa1ac41306594bb7709356f2c57dbf8bdc9 (patch) | |
tree | 3c2302bac085e9eae89088a0c082603f0b76c840 /trunk | |
parent | 2a2af1cc4b522c1c58dff472b7fa9b51dbbb85ed (diff) | |
download | simplepkg-1cd32aa1ac41306594bb7709356f2c57dbf8bdc9.tar.gz simplepkg-1cd32aa1ac41306594bb7709356f2c57dbf8bdc9.tar.bz2 |
minor fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@554 04377dda-e619-0410-9926-eae83683ac58
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 |