diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-21 18:58:22 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-21 18:58:22 +0000 |
commit | 1c447bc8e259cb20ed3ac997f2ccea5d4763312c (patch) | |
tree | 7a92a003dbd65315b76742f798a0b487cd863e44 /trunk | |
parent | 1fd4dc0814104399a7cff169a6ff7ceb7462ed24 (diff) | |
download | simplepkg-1c447bc8e259cb20ed3ac997f2ccea5d4763312c.tar.gz simplepkg-1c447bc8e259cb20ed3ac997f2ccea5d4763312c.tar.bz2 |
minor fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@697 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rwxr-xr-x | trunk/src/mkbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild index ddef655..8365383 100755 --- a/trunk/src/mkbuild +++ b/trunk/src/mkbuild @@ -806,7 +806,8 @@ function update_manifest { done # Add source code information - update_manifest_info $CONST_STRING dist + DIST_SRC_NAME="`echo $CONST_STRING`" # we need this to strip some escape strings + update_manifest_info $DIST_SRC_NAME dist } |