summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2014-08-06 10:00:16 -0500
committerWilliam Hubbs <williamh@gentoo.org>2014-08-06 10:00:16 -0500
commit6d46bae57015554d60cb66b1570d0016c9e6f076 (patch)
tree702f3babfd6d8415454784a8e76582b64906bddc /Makefile
parentadd /bin/dash as a valid login shell (diff)
downloadbaselayout-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--Makefile2
1 files changed, 1 insertions, 1 deletions
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 =