From 0d23cc6985affe40a13a68fc47d3df3f7d95a563 Mon Sep 17 00:00:00 2001 From: glasseyes Date: Fri, 21 Sep 2018 10:00:53 +0700 Subject: [PATCH] [linux] remove devreconf from Makefile again --- linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Makefile b/linux/Makefile index cd5a5032b9..81e398abc2 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -12,7 +12,7 @@ configure: fullbuild: # configure and build ./scripts/build.sh -tmpinstall: devreconf +tmpinstall: reconf INSTALLDIR="/tmp/kmfl" ./scripts/build.sh INSTALLDIR="/tmp/kmfl" ./scripts/install.sh @@ -43,5 +43,5 @@ deb: reconf origdist cow debnocow # it will prompt for sudo if required for cowb releasedeb: reconf origdist cow debnocow # it will prompt for sudo if required for cowbuilder echo "Built release Debian packages in builddebs/" -nightlydist: devreconf sources +nightlydist: reconf sources echo "Built nightly source release in dist/"