Displaying 1 result from an estimated 1 matches for "oggz_libs".
Did you mean:
ogg_libs
2010 Sep 23
1
[resent][PATCH/liboggz] Fix an issue with the symlinks for pre-0.9.9 tool names
...than absolute.
---
src/tools/Makefile.am | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am
index dc50341..9121528 100644
--- a/src/tools/Makefile.am
+++ b/src/tools/Makefile.am
@@ -74,10 +74,11 @@ oggz_codecs_LDADD = $(OGGZ_LIBS)
# Add symlinks for deprecated tool names, if they are already installed;
# see http://lists.xiph.org/pipermail/ogg-dev/2008-July/001083.html
install-exec-local:
+ cd $(DESTDIR)$(bindir) && \
for p in dump diff info merge rip ; do \
- if test -e $(exec_prefix)/bin/oggz$$p ; then \
-...