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

Collapse All | Expand All

(-)Makefile.am.orig (-7 lines)
Lines 51-63 Link Here
51
	if test -d $(DESTDIR)$(bindir) && test ! -f $(DESTDIR)$(bindir)/gadmin-samba-pdf; then \
51
	if test -d $(DESTDIR)$(bindir) && test ! -f $(DESTDIR)$(bindir)/gadmin-samba-pdf; then \
52
	   cp scripts/gadmin-samba-pdf $(bindir)/; \
52
	   cp scripts/gadmin-samba-pdf $(bindir)/; \
53
	fi;
53
	fi;
54
	@echo Installing example logon script to static /home/netlogon.
55
	if test ! -d /home/netlogon; then \
56
	   mkdir -p /home/netlogon; \
57
	fi;
58
	if test -d /home/netlogon && test ! -f /home/netlogon/example.bat; then \
59
	   cp scripts/example.bat /home/netlogon/; \
60
	fi;
61
	@echo ""
54
	@echo ""
62
	@echo "Start GADMIN-SAMBA by typing gadmin-samba in a terminal"
55
	@echo "Start GADMIN-SAMBA by typing gadmin-samba in a terminal"
63
	@echo "or start it from the menu."
56
	@echo "or start it from the menu."

Return to bug 248888