From 75dc62a154edda856372f2fc59b82684cd08dd7e Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 14 Apr 2019 15:16:18 -0400 Subject: Makefile.am: Add spaces around "=" --- diff --git a/Makefile.am b/Makefile.am index 1a2b918..438efe9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with opkbuild. If not, see . -KEY='2250 31F0 47FF E516 63ED 516F 1A45 9ECD E4D6 04BE' +KEY = '2250 31F0 47FF E516 63ED 516F 1A45 9ECD E4D6 04BE' if IN_GIT PACKAGE_VERSION_GIT = $$(git describe --tags --dirty | sed 's|^[^/-]*[/-]||') -- cgit v0.9.1