Skip to content

Commit 898c148

Browse files
committed
makefile -add missing lib/python/common files in installed systems
Forgot about installed systems need these changes
1 parent 37b9a62 commit 898c148

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ install-kernel-indep: install-dirs
769769
install-kernel-indep: install-python
770770
install-python: install-dirs
771771
$(DIR) $(DESTDIR)$(SITEPY) $(DESTDIR)$(SITEPY)/rs274
772+
$(DIR) $(DESTDIR)$(SITEPY)/common
772773
$(DIR) $(DESTDIR)$(SITEPY)/touchy
773774
$(DIR) $(DESTDIR)$(SITEPY)/gscreen
774775
$(DIR) $(DESTDIR)$(SITEPY)/qtvcp
@@ -791,6 +792,7 @@ install-python: install-dirs
791792
$(DIR) $(DESTDIR)$(SITEPY)/pyui
792793
$(DIR) $(DESTDIR)$(SITEPY)/plasmac
793794
$(FILE) ../lib/python/*.py ../lib/python/*.so $(DESTDIR)$(SITEPY)
795+
$(FILE) ../lib/python/common/*.py $(DESTDIR)$(SITEPY)/common
794796
$(FILE) ../lib/python/rs274/*.py $(DESTDIR)$(SITEPY)/rs274
795797
$(FILE) ../lib/python/touchy/*.py $(DESTDIR)$(SITEPY)/touchy
796798
$(FILE) ../lib/python/gscreen/*.py $(DESTDIR)$(SITEPY)/gscreen

0 commit comments

Comments
 (0)