commit: 6d46bae57015554d60cb66b1570d0016c9e6f076 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Wed Aug 6 15:00:16 2014 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Wed Aug 6 15:00:16 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/baselayout.git;a=commit;h=6d46bae5
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 6f06624..d55914f 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 =
