~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Brian Aker
  • Date: 2008-11-03 03:49:00 UTC
  • mfrom: (520.4.50 devel)
  • Revision ID: brian@tangent.org-20081103034900-znhvcgtipr3tlel5
Merging in Monty's work

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: