diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-21 16:41:55 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-21 16:41:55 +0000 |
commit | 1fd4dc0814104399a7cff169a6ff7ceb7462ed24 (patch) | |
tree | b1d95e6eacb6033b0008e96a476ee631698aa022 /trunk | |
parent | 081704756f1e679b54f75f3bf9c737318a68f691 (diff) | |
download | simplepkg-1fd4dc0814104399a7cff169a6ff7ceb7462ed24.tar.gz simplepkg-1fd4dc0814104399a7cff169a6ff7ceb7462ed24.tar.bz2 |
minor fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@696 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rwxr-xr-x | trunk/src/mkbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild index cecae3e..ddef655 100755 --- a/trunk/src/mkbuild +++ b/trunk/src/mkbuild @@ -806,7 +806,7 @@ function update_manifest { done # Add source code information - update_manifest $CONST_STRING dist + update_manifest_info $CONST_STRING dist } |