[tasque/xbuild] [xbuild] Fix silly mistake
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [tasque/xbuild] [xbuild] Fix silly mistake
- Date: Wed,  3 Oct 2012 18:38:44 +0000 (UTC)
commit 347343453268a9aa3c8e6c33b92cac112402b2bd
Author: Antonius Riha <antoniusriha gmail com>
Date:   Wed Oct 3 20:31:14 2012 +0200
    [xbuild] Fix silly mistake
 build/X.Common.targets |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/X.Common.targets b/build/X.Common.targets
index 1ee54ae..3b6439a 100644
--- a/build/X.Common.targets
+++ b/build/X.Common.targets
@@ -16,8 +16,8 @@
       Get src dir strip: The path fragment from TopSrcDir to SrcDir.
       This is the same as the fragment from AbsTopBuildDir to AbsBuildDir.
     -->
-    <GetRelPath FromPath="AbsTopBuildDir" ToPath="AbsBuildDir">
-      <Output TaskParameter="RelativePath" Value="_SrcDirStrip" />
+    <GetRelPath FromPath="$(AbsTopBuildDir)" ToPath="$(AbsBuildDir)">
+      <Output TaskParameter="RelativePath" PropertyName="_SrcDirStrip" />
     </GetRelPath>
     
     <!-- AbsSrcDir -->
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]