Skip to content
Snippets Groups Projects
Commit b6e26c64 authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

install only .py files form debpython dir

parent ee02c11b
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ install-dev:
install-runtime:
$(INSTALL) -m 755 -d $(DESTDIR)$(PREFIX)/share/python/debpython $(DESTDIR)$(PREFIX)/bin
$(INSTALL) -m 644 debpython/* $(DESTDIR)$(PREFIX)/share/python/debpython/
$(INSTALL) -m 644 debpython/*py $(DESTDIR)$(PREFIX)/share/python/debpython/
$(INSTALL) -m 755 pycompile $(DESTDIR)$(PREFIX)/bin/
$(INSTALL) -m 755 pyclean $(DESTDIR)$(PREFIX)/bin/
......
/usr/bin
/usr/share/python/runtime.d
/usr/share/debhelper/autoscripts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment