File: nycli-man-page-symlink.patch

package info (click to toggle)
xmms2 0.8%2Bdfsg-29
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,216 kB
  • sloc: ansic: 63,803; python: 15,537; cpp: 5,718; xml: 1,479; perl: 338; ruby: 243; makefile: 79; sh: 59; asm: 7
file content (16 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Create a symlink from nyxmms2.1 to xmms2.1.
Author: Benjamin Drung <bdrung@debian.org>
Bug: http://bugs.xmms2.org/view.php?id=2475
Applied-Upstream: 0.9

--- a/src/clients/nycli/wscript
+++ b/src/clients/nycli/wscript
@@ -35,6 +35,8 @@
 
     bld.symlink_as('${PREFIX}/bin/nyxmms2', 'xmms2')
 
+    bld.symlink_as('${PREFIX}/share/man/man1/nyxmms2.1.gz', 'xmms2.1.gz')
+
 
 def configure(conf):
     if Options.platform == 'win32':