]> git.ipfire.org Git - pakfire.git/commitdiff
Makefile: Install distro.py
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 May 2022 11:56:10 +0000 (11:56 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 May 2022 11:56:10 +0000 (11:56 +0000)
This module has been around all the time but was somehow not installed.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index 9825da8d678a23270cee68f2476d7d33987aec48..eb6c88256f69246b7e59410547bbb46bf886a004 100644 (file)
@@ -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 \