[Pkg-nethack-devel] nethack/debian rules,1.5,1.6
Ben Gertzfield
che@quantz.debian.org
Tue, 14 Oct 2003 02:35:56 +0000
Update of /cvsroot/pkg-nethack/nethack/debian
In directory quantz:/tmp/cvs-serv25282
Modified Files:
rules
Log Message:
Add symlink to /usr/share/doc/nethack-common/copyright from /usr/lib/games/nethack/license
Index: rules
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/rules,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rules 13 Oct 2003 17:05:37 -0000 1.5
+++ rules 14 Oct 2003 02:35:54 -0000 1.6
@@ -170,6 +170,10 @@
install -m 0644 -o root -g root debian/nethack.xpm \
debian/nethack-common/usr/X11R6/include/X11/pixmaps
+ # This must be here for in-game license viewing to work
+ ln -sf ../../../share/doc/nethack-common/copyright \
+ debian/nethack-common/usr/lib/games/nethack/license
+
###
# install nethack-x11 stuff
###