From 6d46bae57015554d60cb66b1570d0016c9e6f076 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 6 Aug 2014 10:00:16 -0500 Subject: Set version in Makefile The PV variable in Makefile now holds the version number directly instead of reading it from an external file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f066243..d55914f1 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # It also has the added bonus of being easier to install on systems # without an ebuild style package manager. -PV = $(shell cat .pv) +PV = 2.3 PKG = baselayout-$(PV) DESTDIR = -- cgit v1.2.3