]> git.pld-linux.org Git - packages/mp3splt.git/blame - mp3splt-man_link.patch
- move manpage linking to install-data-hook
[packages/mp3splt.git] / mp3splt-man_link.patch
CommitLineData
fc18ec46
JP
1diff -urN mp3splt-2.6.orig/doc/Makefile.am mp3splt-2.6/doc/Makefile.am
2--- mp3splt-2.6.orig/doc/Makefile.am 2014-03-23 13:08:20.175003833 +0100
3+++ mp3splt-2.6/doc/Makefile.am 2014-03-23 13:08:40.368337271 +0100
4@@ -1,7 +1,7 @@
5 EXTRA_DIST = mp3splt.1 manual.html
6 man_MANS = mp3splt.1
7
8-install-exec-hook:
9+install-data-hook:
10 if DO_OGG_SYMLINK
11 -cd $(DESTDIR)/$(mandir)/man1 && $(LN_S) mp3splt.1 oggsplt.1
12 endif
This page took 0.068105 seconds and 4 git commands to generate.