]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mason/build/build.factor
mason.build: use absolute-path instead
[factor.git] / extra / mason / build / build.factor
index c4e023e0286afdd054ce38811e5973d17926fc85..a4138d9a33de37d79d94ef2f55509e66867cfe0d 100644 (file)
@@ -17,7 +17,7 @@ IN: mason.build
 
 : clone-source ( -- )
     "Cloning GIT repository" print-timestamp
-    "git" "clone" builds-dir get "factor" append-path normalize-path 3array
+    "git" "clone" builds-dir get "factor" append-path absolute-path 3array
     short-running-process ;
 
 : copy-image ( -- )