diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-11-04 14:48:52 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-11-04 14:48:52 -0500 |
commit | 6d6a521bd249c496d417b2a051d2c4f8d0eae09c (patch) | |
tree | 7e4e1d8ae05b38d5a8bd428214f10e7e12db480f | |
parent | Fix path to systemd-home-fallback-shell (diff) | |
download | baselayout-master.tar.gz baselayout-master.tar.bz2 baselayout-master.zip |
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.16 +PV = 2.17 PKG = baselayout-$(PV) DISTFILE = $(PKG).tar.bz2 |