btrfsprogs/local-version-override.patch

14 lines
379 B
Diff
Raw Normal View History

Index: btrfs-progs-v0.19-116-g13eced9/version.sh
===================================================================
--- btrfs-progs-v0.19-116-g13eced9.orig/version.sh
+++ btrfs-progs-v0.19-116-g13eced9/version.sh
@@ -6,7 +6,7 @@
# Copyright 2008, Oracle
# Released under the GNU GPLv2
-v="Btrfs v0.19"
+v="v0.19+"
which git &> /dev/null
if [ $? == 0 -a -d .git ]; then