Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 70377 | Differences between
and this patch

Collapse All | Expand All

(-)link-monitor-applet-1.3/src/Makefile.am (-2 / +2 lines)
Lines 48-55 MAINTAINERCLEANFILES = $(gob_built_sourc Link Here
48
48
49
install-exec-hook:
49
install-exec-hook:
50
if ! MAINTAINER_MODE
50
if ! MAINTAINER_MODE
51
	chown root $(libexecdir)/link-monitor-applet
51
	chown root $(DESTDIR)/$(libexecdir)/link-monitor-applet
52
	chmod u+s $(libexecdir)/link-monitor-applet
52
	chmod u+s $(DESTDIR)/$(libexecdir)/link-monitor-applet
53
endif
53
endif
54
54
55
%.c %.h %-private.h: %.gob
55
%.c %.h %-private.h: %.gob

Return to bug 70377