Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
31d7a6fe82
3 changed files with 15 additions and 30 deletions
  1. +0
    -28
      package/public/cln/cln.conf
  2. +2
    -2
      package/public/cln/cln.desc
  3. +13
    -0
      package/public/cln/fix-docdir.patch

+ 0
- 28
package/public/cln/cln.conf

@ -1,28 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/public/cln/cln.conf
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
fix_cln_doc() {
mv $root/usr/share/html $root/usr/share/doc/cln
mv $root/usr/share/dvi $root/usr/share/doc/cln
}
var_append postinstall ' ' 'fix_cln_doc'

+ 2
- 2
package/public/cln/cln.desc

@ -35,8 +35,8 @@
[L] GPL
[S] Stable
[V] 1.1.6
[V] 1.1.11
[P] X -?---5---9 225.100
[D] 558514879 cln-1.1.6.tar.bz2 ftp://ftp.ilog.fr/pub/Users/haible/gnu/
[D] 2358659769 cln-1.1.11.tar.bz2 ftp://ftpthep.physik.uni-mainz.de/pub/gnu/

+ 13
- 0
package/public/cln/fix-docdir.patch

@ -0,0 +1,13 @@
--- cln-1.1.6/doc/Makefile.in~ 2000-12-05 16:38:27.000000000 +0100
+++ cln-1.1.6/doc/Makefile.in 2006-01-19 15:59:51.000000000 +0100
@@ -12,8 +12,8 @@
datadir = @datadir@
infodir = @infodir@
mandir = @mandir@
-htmldir = $(datadir)/html
-dvidir = $(datadir)/dvi
+htmldir = $(datadir)/doc/cln/html
+dvidir = $(datadir)/doc/cln/dvi
DESTDIR =
# Programs used by "make":

Loading…
Cancel
Save