From 1c447bc8e259cb20ed3ac997f2ccea5d4763312c Mon Sep 17 00:00:00 2001 From: rhatto Date: Sun, 21 Dec 2008 18:58:22 +0000 Subject: minor fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@697 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/mkbuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'trunk') 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 } -- cgit v1.2.3