projects
/
pdns-pipe-nmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9429c1e
)
fix build script
author
Eugene Crosser
<crosser@average.org>
Sat, 19 Apr 2014 14:54:31 +0000
(18:54 +0400)
committer
Eugene Crosser
<crosser@average.org>
Sat, 19 Apr 2014 14:54:31 +0000
(18:54 +0400)
build
patch
|
blob
|
history
diff --git
a/build
b/build
index d42537412a97b9a7019c561ce2e553e0fc2c78e5..a2eb755c07744f713ab5983a1166e8107def619a 100755
(executable)
--- a/
build
+++ b/
build
@@
-1,7
+1,7
@@
#!/bin/sh
file="pdns-pipe-nmc"
-sfx="`uname -m`
,
`date +%Y-%m-%d`.git-`git rev-parse --verify HEAD | cut -c 1-7`"
+sfx="`uname -m`
.
`date +%Y-%m-%d`.git-`git rev-parse --verify HEAD | cut -c 1-7`"
echo "Making $file.$sfx"
ghc --make "$file"