diff options
author | William Hubbs <williamh@gentoo.org> | 2014-08-06 10:00:16 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2014-08-06 10:00:16 -0500 |
commit | 6d46bae57015554d60cb66b1570d0016c9e6f076 (patch) | |
tree | 702f3babfd6d8415454784a8e76582b64906bddc /Makefile | |
parent | add /bin/dash as a valid login shell (diff) | |
download | baselayout-6d46bae57015554d60cb66b1570d0016c9e6f076.tar.gz baselayout-6d46bae57015554d60cb66b1570d0016c9e6f076.tar.bz2 baselayout-6d46bae57015554d60cb66b1570d0016c9e6f076.zip |
Set version in Makefile
The PV variable in Makefile now holds the version number directly
instead of reading it from an external file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |