diff options
author | William Hubbs <williamh@gentoo.org> | 2017-10-03 16:35:00 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2017-10-03 17:01:40 -0500 |
commit | 38a5b8a104616a720296f15fa6c1e67f7faee6c8 (patch) | |
tree | ed16d6f4b92c063ea7aed4e19cc920e2b491c88e | |
parent | makefile: do not set DESTDIR (diff) | |
download | baselayout-38a5b8a104616a720296f15fa6c1e67f7faee6c8.tar.gz baselayout-38a5b8a104616a720296f15fa6c1e67f7faee6c8.tar.bz2 baselayout-38a5b8a104616a720296f15fa6c1e67f7faee6c8.zip |
version 2.5
-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 = 2.4.1 +PV = 2.5 PKG = baselayout-$(PV) DISTFILE = $(PKG).tar.bz2 |