~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: ysano
  • Date: 2008-11-02 13:51:58 UTC
  • mto: (520.4.48 devel)
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: ysano@vm-20081102135158-y3750p70w2h6ysav
Replace --with-mysqld-user configure option with --with-drizzled-user.
Create a DRIZZLED_USER on the system before doing chown localstatedir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
install-data-local:
40
40
        $(mkinstalldirs) $(DESTDIR)$(localstatedir) 
41
41
        @if test `id -u` = 0 ; then \
42
 
                chown $(MYSQLD_USER) $(DESTDIR)$(localstatedir) ;\
 
42
                groupadd $(DRIZZLED_USER) ;\
 
43
                useradd -g $(DRIZZLED_USER) $(DRIZZLED_USER) ;\
 
44
                chown $(DRIZZLED_USER) $(DESTDIR)$(localstatedir) ;\
43
45
        fi
44
46
 
45
47
distclean-local: