diff options
author | 2024-11-03 18:33:27 -0500 | |
---|---|---|
committer | 2024-11-03 18:33:27 -0500 | |
commit | 5387fd95c38d76f54fdc1beebb6e928edac38ecf (patch) | |
tree | f6f0d777ec1a5246f505b38783c11e32096563da | |
parent | shells: add /usr/lib/systemd-home-fallback-shell (diff) | |
download | baselayout-5387fd95c38d76f54fdc1beebb6e928edac38ecf.tar.gz baselayout-5387fd95c38d76f54fdc1beebb6e928edac38ecf.tar.bz2 baselayout-5387fd95c38d76f54fdc1beebb6e928edac38ecf.zip |
2.16baselayout-2.16
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-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.15 +PV = 2.16 PKG = baselayout-$(PV) DISTFILE = $(PKG).tar.bz2 |