summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-10 17:31:53 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-10 17:31:53 +0200
commit9dd3d5370282a4ef62977d33ebb7ecda4efe7a91 (patch)
treea400a7edc03d190e113566380c691d619655a9a8 /Makefile
parent32d5832640525150ef005ec7dc755507051291cd (diff)
downloadsmokeping-9dd3d5370282a4ef62977d33ebb7ecda4efe7a91.tar.gz
smokeping-9dd3d5370282a4ef62977d33ebb7ecda4efe7a91.tar.xz
prepare for the release of smokeping-2.4.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9684c04..4713d17 100644
--- a/Makefile
+++ b/Makefile
@@ -175,7 +175,7 @@ smokeping-$(VERSION).tar.gz:
cp -rp build/perl/* ../lib;\
make clean; \
rm -rf build)
- $(PERL) -i~ -p -e 's/VERSION/$(VERSION)/' smokeping-$(VERSION)/htdocs/script/Tr.js
+ $(PERL) -i -p -e 's/VERSION/$(VERSION)/' smokeping-$(VERSION)/htdocs/script/Tr.js
tar czvf smokeping-$(VERSION).tar.gz --exclude '*.tmp' smokeping-$(VERSION)
rm -rf smokeping-$(VERSION)