]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
minor fix
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Sun, 21 Dec 2008 19:05:45 +0000 (19:05 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Sun, 21 Dec 2008 19:05:45 +0000 (19:05 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@698 04377dda-e619-0410-9926-eae83683ac58

trunk/src/mkbuild

index 8365383d35597ceb27d994209a1e529f9486ae85..d6f007defe8b8c3c94d60550559e0c402691d0a6 100755 (executable)
@@ -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
 
 }