aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-21 19:05:45 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-21 19:05:45 +0000
commit225bff4bc7dd01f528bfd960e4a7e6b2f6a10a35 (patch)
tree1902746669f8330e8f60c095d7bca039f48f2247
parent1c447bc8e259cb20ed3ac997f2ccea5d4763312c (diff)
downloadsimplepkg-225bff4bc7dd01f528bfd960e4a7e6b2f6a10a35.tar.gz
simplepkg-225bff4bc7dd01f528bfd960e4a7e6b2f6a10a35.tar.bz2
minor fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@698 04377dda-e619-0410-9926-eae83683ac58
-rwxr-xr-xtrunk/src/mkbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild
index 8365383..d6f007d 100755
--- a/trunk/src/mkbuild
+++ b/trunk/src/mkbuild
@@ -806,7 +806,8 @@ function update_manifest {
done
# Add source code information
- DIST_SRC_NAME="`echo $CONST_STRING`" # we need this to strip some escape strings
+ DIST_SRC_NAME="`eval "echo $CONST_STRING"`" # we need this to strip some escape strings
+ DIST_SRC_NAME="`eval "echo $DIST_SRC_NAME"`" # twice does the job
update_manifest_info $DIST_SRC_NAME dist
}