diff options
author | Jan Macku <jamacku@redhat.com> | 2019-12-10 11:39:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-10 11:39:14 +0100 |
commit | 82e2a94703a487fc53f3defe6b37f1e9da35fd0e (patch) | |
tree | 63152109485f76880504ffab9326c92761799f4f /Makefile | |
parent | f1714ba6a1f017de773df01556d203e986bb01b2 (diff) | |
download | initscripts-82e2a94703a487fc53f3defe6b37f1e9da35fd0e.tar initscripts-82e2a94703a487fc53f3defe6b37f1e9da35fd0e.tar.gz initscripts-82e2a94703a487fc53f3defe6b37f1e9da35fd0e.tar.bz2 initscripts-82e2a94703a487fc53f3defe6b37f1e9da35fd0e.tar.xz initscripts-82e2a94703a487fc53f3defe6b37f1e9da35fd0e.zip |
Fix missing python3 during build phase
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ make-binaries: $(MAKE) -C src make-translations: - $(MAKE) -C po + $(MAKE) -C po PYTHON=$(PYTHON) # NOTE: We are no longer installing into /usr/sbin directory, because this is |