]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Drop absolute() usage in debian.py
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 15 Apr 2023 17:49:50 +0000 (19:49 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 17 Apr 2023 09:27:33 +0000 (11:27 +0200)
commitdcf8a051775bb9c6ff4f072b2bb68b71b4bd0969
tree4d3e6e8d76bded5d61abdf3f07e8811b904dd5cc
parent8c97df56b7f20145f5961d83e2dd66b6cd22278f
Drop absolute() usage in debian.py

We now make sure paths are absolute when parsing them so no need to
do so anymore in debian.py
mkosi/distributions/debian.py