summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoey Hess2020-06-18 14:38:20 -0400
committerJoey Hess2020-06-18 14:48:56 -0400
commitfe1e502f90faee1329fd27326de6b1bd191780fe (patch)
treeb0652928f4441f4b5a4aba6cde43e599ccd205b8 /.gitignore
parentab130081933cb69322a3f0c73d903bfe16a9e20b (diff)
fix one more hardcoded dist/ path
Refactored the cabal exec code to reuse it here. Had to change the location of propellor.built too, so put it in the top of the propellor repo, rather than in dist. This seems like it could be simpler. Why does propellor need to symlink to propellor.built? Why not copy to a temp file, and atomically rename it to propellor? It seems possible that something could depend on it being a symlink, but I don't know what. Adding to my confusion, there's the comment about cp -pfRL and timestamp checking. What timestamp checking? The commit adding the comment didn't change anything else, and I can't find any now or then. This commit was sponsored by Jack Hill on Patreon.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4e1b918c..50258d53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
/propellor
+/propellor.built
dist/*
dist-newstyle/*
tags