~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-09-21 17:57:02 UTC
  • mto: (1783.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1784.
  • Revision ID: mordred@inaugust.com-20100921175702-d8kwownvraymfs1l
Install a versioned drizzled and a symlink to it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
        find ./ | $(GREP) \~$$ | xargs rm -f
161
161
        bzr unknowns
162
162
 
 
163
install-exec-hook:
 
164
        cd $(DESTDIR)$(sbindir) && \
 
165
        mv -f drizzled$(EXEEXT) drizzled$(PACKAGE_VERSION)$(EXEEXT) && \
 
166
        $(LN_S) drizzled$(PACKAGE_VERSION)$(EXEEXT) drizzled$(EXEEXT)