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

trunk/src/mkbuild

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