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