]> www.average.org Git - pdns-pipe-nmc.git/blobdiff - build
fix build script
[pdns-pipe-nmc.git] / build
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"