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

Collapse All | Expand All

(-)sympa-5.1-orig/Makefile.am (-10 / +3 lines)
Lines 164-170 Link Here
164
LOG_SOCKET_TYPE	=	unix
164
LOG_SOCKET_TYPE	=	unix
165
#endif
165
#endif
166
166
167
all:	warning checkperl checkcpan sources man locale
167
all:	sources man locale
168
168
169
rpm: build_rh_rpm build_mdk_rpm
169
rpm: build_rh_rpm build_mdk_rpm
170
170
Lines 250-256 Link Here
250
	$(MAKE) PERL='${PERL}' clean) || exit 1; \
250
	$(MAKE) PERL='${PERL}' clean) || exit 1; \
251
	done;
251
	done;
252
252
253
install: importantchanges installsrc installwws installwebtt2 installmailtt2 installlocale installman installscript installsample installdir installconfig installdoc installsoap
253
install: installsrc installwws installwebtt2 installmailtt2 installlocale installman installscript installsample installdir installconfig installdoc installsoap
254
254
255
importantchanges:
255
importantchanges:
256
	@( 	PERL=$(PERL); export PERL; \
256
	@( 	PERL=$(PERL); export PERL; \
Lines 428-441 Link Here
428
	INITCONF='1'; \
428
	INITCONF='1'; \
429
	fi \
429
	fi \
430
	fi \
430
	fi \
431
	done; \
431
	done
432
	if [ "$$INITCONF" ] ; then \
433
	echo "###############################################"; \
434
	echo "It seems to be your first installation of Sympa"; \
435
	echo "The following wizard will help you create your $(CONFDIR)/sympa.conf and $(CONFDIR)/wwsympa.conf :"; \
436
	DESTDIR=$(DESTDIR); export DESTDIR; \
437
	$(PERL) -I $(DESTDIR)$(LIBDIR) $(DESTDIR)$(SBINDIR)/sympa_wizard.pl; \
438
	fi
439
432
440
build_rh_rpm: clean
433
build_rh_rpm: clean
441
	@echo "Building RedHat RPM in $(RPMTOPDIR) ..."
434
	@echo "Building RedHat RPM in $(RPMTOPDIR) ..."

Return to bug 86734