[magneto] remove wrapper, install the main Python file to PATH directly

The wrapper was making it more difficult to use the correct system wide
Python implementation.
This commit is contained in:
Sławomir Nizio
2018-10-28 19:28:21 +01:00
parent 90ecb5b00d
commit b44be655b2
2 changed files with 1 additions and 4 deletions

View File

@@ -30,8 +30,7 @@ magneto-loader-install:
install -m644 $(MISCDIR)/*.desktop \
$(DESTDIR)$(PREFIX)/share/applications/.
install -m755 src/magneto_app.py \
$(DESTDIR)/$(LIBDIR)/entropy/magneto/magneto.py
install -m755 $(MISCDIR)/magneto $(DESTDIR)$(BINDIR)/.
$(DESTDIR)$(BINDIR)/magneto
magneto-gtk-install:
mkdir -p $(DESTDIR)/$(LIBDIR)/entropy/magneto/magneto/gtk

View File

@@ -1,2 +0,0 @@
#!/bin/bash
exec python /usr/lib/entropy/magneto/magneto.py "$@"