Skip to content

Commit

Permalink
pyanaconda: fix webui directory in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou authored and M4rtinK committed Jan 17, 2022
1 parent 709cba2 commit a86010e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyanaconda/ui/webui/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ SUBDIRS =
MAINTAINERCLEANFILES = Makefile.in

pkgpyexecdir = $(pyexecdir)/py$(PACKAGE_NAME)
cockpitdir = $(pkgpyexecdir)/ui/cockpit
cockpit_PYTHON = $(srcdir)/*.py
webuidir = $(pkgpyexecdir)/ui/webui
webui_PYTHON = $(srcdir)/*.py

0 comments on commit a86010e

Please sign in to comment.