[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:
@@ -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
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
exec python /usr/lib/entropy/magneto/magneto.py "$@"
|
||||
Reference in New Issue
Block a user