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:
2bb37cd
)
fix build script
author
Eugene Crosser
<crosser@average.org>
Thu, 1 May 2014 08:05:28 +0000
(12:05 +0400)
committer
Eugene Crosser
<crosser@average.org>
Thu, 1 May 2014 08:05:28 +0000
(12:05 +0400)
build
patch
|
blob
|
history
diff --git
a/build
b/build
index 004b9736533e3ff802c5e1258664f67a64102e30..fe589f915b9c51bc164c4c987583b40ecabf4cac 100755
(executable)
--- a/
build
+++ b/
build
@@
-14,5
+14,5
@@
case $? in
0) ;;
*) echo build falied; exit 1 ;;
esac
-mv "$file" "$file.$sfx" || exit 1
+mv "
dist/build/$file/
$file" "$file.$sfx" || exit 1
gpg --detach-sign "$file.$sfx"