From: Michael Tremer Date: Thu, 26 May 2022 11:56:10 +0000 (+0000) Subject: Makefile: Install distro.py X-Git-Tag: 0.9.28~750 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d4461e7e7120f4a5b01da3c93d6259ea160adc9;p=pakfire.git Makefile: Install distro.py This module has been around all the time but was somehow not installed. Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 9825da8d6..eb6c88256 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,6 +128,7 @@ pakfire_PYTHON = \ src/pakfire/config.py \ src/pakfire/constants.py \ src/pakfire/daemon.py \ + src/pakfire/distro.py \ src/pakfire/errors.py \ src/pakfire/hub.py \ src/pakfire/i18n.py \