Michael Biebl wrote: > 2.) nm-applet-makefile.am.patch > Install nm-disconnect-wireless-on-exit.sh as SCRIPT, so it is executable > by default (It has a #!/bin/sh after all) Forgot to update EXTRA_DIST accordingly. Fixed patch attached. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
Index: Makefile.am =================================================================== --- Makefile.am (Revision 525) +++ Makefile.am (Arbeitskopie) @@ -11,14 +11,14 @@ dbusservice_DATA = nm-applet.conf toolsdir = $(datadir)/nm-applet -tools_DATA = nm-disconnect-wireless-on-exit.sh +tools_SCRIPTS = nm-disconnect-wireless-on-exit.sh EXTRA_DIST += \ $(dbusservice_DATA) \ - nm-applet.desktop \ - $(tools_DATA) + $(autostart_DATA) \ + $(tools_SCRIPTS) DISTCLEANFILES = intltool-extract intltool-merge intltool-update -autostartdir = $(datadir)/gnome/autostart +autostartdir = $(sysconfdir)/xdg/autostart autostart_DATA = nm-applet.desktop
Attachment:
signature.asc
Description: OpenPGP digital signature