0020-Fix-docdir-for-ogg123rc-example.patch 499 B

1234567891011121314151617
  1. Description: Fix docdir for ogg123rc-example
  2. The upstream build system installs into /usr/share/doc/vorbis-tools-1.4.0/
  3. so drop the version number
  4. Author: Florian Schlichting <fsfs@debian.org>
  5. --- a/ogg123/Makefile.am
  6. +++ b/ogg123/Makefile.am
  7. @@ -19,7 +19,7 @@
  8. localedir = $(datadir)/locale
  9. DEFS = -DSYSCONFDIR=\"$(sysconfdir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@
  10. -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
  11. +docdir = $(datadir)/doc/$(PACKAGE)
  12. mandir = @MANDIR@
  13. bin_PROGRAMS = ogg123