Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24d49756 authored by Ryan Anderson's avatar Ryan Anderson Committed by Sam Ravnborg
Browse files

kbuild: In setlocalversion change -git_dirty to just -dirty



When building Debian packages directly from the git tree, the appended
"git_dirty" is a problem due to the underscore.  In order to cause the
least problems, change that just to "dirty".

Signed-off-by: default avatarRyan Anderson <ryan@michonline.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent cc6fa432
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,6 +17,6 @@ if head=`git rev-parse --verify HEAD 2>/dev/null`; then

	# Are there uncommitted changes?
	if git diff-files | read dummy; then
		printf '%s' -git_dirty
		printf '%s' -dirty
	fi
fi