summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-12-21 02:05:57 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-12-21 03:30:35 +0100
commit858573ca6bf57cae345d2047c7a79e2da6a7d345 (patch)
treeb2fbdf3859bc41e224677ae842867b3cab750060 /Makefile
parent1455583f43808bc43fb0ade94aa770e84f62276f (diff)
downloadmgaonline-858573ca6bf57cae345d2047c7a79e2da6a7d345.tar
mgaonline-858573ca6bf57cae345d2047c7a79e2da6a7d345.tar.gz
mgaonline-858573ca6bf57cae345d2047c7a79e2da6a7d345.tar.bz2
mgaonline-858573ca6bf57cae345d2047c7a79e2da6a7d345.tar.xz
mgaonline-858573ca6bf57cae345d2047c7a79e2da6a7d345.zip
split mgaapplet-update-checker
since we cannot prevent glib/gtk to spawn threads behind our back, we can at least try to prevent segfaults due to mixing threads with secular forks by exec()ing immediately
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 182e8429..25416351 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ clean:
install: all
install -d $(PREFIX)/usr/{bin,libexec,share/{mime/packages,$(NAME)/pixmaps,autostart,gnome/autostart,icons/{mini,large}},lib/libDrakX/drakfirsttime}
install -m755 $(MGAUPDATE) $(MGAAPPLET)-config $(MGAAPPLET)-upgrade-helper $(LIBEXECDIR)
- install -m755 $(MGAAPPLET) $(BINDIR)
+ install -m755 $(MGAAPPLET) $(MGAAPPLET)-update-checker $(BINDIR)
install -d $(SYSCONFDIR)
install -m644 mgaapplet.conf $(SYSCONFDIR)/mgaapplet
install -m644 icons/$(NAME)16.png $(ICONSDIR)/mini/$(NAME).png