]> git.proxmox.com Git - mirror_spl-debian.git/commitdiff
Fix awk grammer in Makefile.
authorMo Zhou <cdluminate@gmail.com>
Tue, 18 Sep 2018 09:38:06 +0000 (09:38 +0000)
committerMo Zhou <cdluminate@gmail.com>
Tue, 18 Sep 2018 09:38:06 +0000 (09:38 +0000)
Gbp-Dch: Ignore

debian/rules

index 0fc1a54a2d43a8f96905985646e8ad28c5dd2142..7118a4daac365d190809101e27ab85b07b8da1d3 100755 (executable)
@@ -5,7 +5,7 @@ include /usr/share/dpkg/pkg-info.mk
 NAME := spl
 VERSION := $(DEB_VERSION_UPSTREAM)
 REVISION := $(shell echo $(DEB_VERSION) | cut -d- -f2)
-LINUX_NEXT := $(shell awk -F. '{print $1 "." $2+1}' debian/linux_compat)
+LINUX_NEXT := $(shell awk -F. '{print $$1 "." $$2+1}' debian/linux_compat)
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all