summaryrefslogtreecommitdiffstats
path: root/system/ioping/ioping-0.9-Makefile.diff
diff options
context:
space:
mode:
Diffstat (limited to 'system/ioping/ioping-0.9-Makefile.diff')
-rw-r--r--system/ioping/ioping-0.9-Makefile.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/ioping/ioping-0.9-Makefile.diff b/system/ioping/ioping-0.9-Makefile.diff
new file mode 100644
index 0000000000..d1cd233bdc
--- /dev/null
+++ b/system/ioping/ioping-0.9-Makefile.diff
@@ -0,0 +1,11 @@
+--- Makefile 2014-10-06 02:05:35.000000000 -0400
++++ Makefile.new 2016-06-02 13:21:26.326048007 -0400
+@@ -31,7 +31,7 @@
+ all: version $(BINS)
+
+ version: $(DISTFILES)
+- test ! -d .git || git describe --tags --dirty=+ | sed 's/^v//;s/-/./g' > $@
++ echo 0.9 > $@
+
+ clean:
+ $(RM) -f $(OBJS) $(BINS) $(MANS_F)