1 --- src/tools/Makefile.in.orig 2010-09-23 13:30:50.437819899 +0200
2 +++ src/tools/Makefile.in 2010-09-23 13:33:46.802502660 +0200
4 # Add symlinks for deprecated tool names, if they are already installed;
5 # see http://lists.xiph.org/pipermail/ogg-dev/2008-July/001083.html
7 + cd $(DESTDIR)$(bindir) && \
8 for p in dump diff info merge rip ; do \
9 - if test -e $(exec_prefix)/bin/oggz$$p ; then \
10 - $(RM) $(exec_prefix)/bin/oggz$$p ; \
11 - $(LN_S) $(exec_prefix)/bin/oggz-$$p $(exec_prefix)/bin/oggz$$p ; \
12 + if test -e oggz$$p ; then \
14 + $(LN_S) oggz-$$p oggz$$p ; \