~ubuntu-branches/ubuntu/saucy/shorewall/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/04_man_page_directory.patch

  • Committer: Package Import Robot
  • Author(s): Roberto C. Sanchez
  • Date: 2012-04-14 21:57:42 UTC
  • mfrom: (1.3.46)
  • Revision ID: package-import@ubuntu.com-20120414215742-0ejkotwovqesavu7
Tags: 4.5.2.2-1
* New Upstream Version
* Convert to debhelper compatibility level 8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Install man pages in correct directory
 
2
--- shorewall.git.orig/shorewallrc.debian
 
3
+++ shorewall.git/shorewallrc.debian
 
4
@@ -9,7 +9,7 @@
 
5
 PERLLIBDIR=${PREFIX}/share/shorewall    #Directory to install Shorewall Perl module directory
 
6
 CONFDIR=/etc                            #Directory where subsystem configurations are installed
 
7
 SBINDIR=/sbin                           #Directory where system administration programs are installed
 
8
-MANDIR=${PREFIX}/man                    #Directory where manpages are installed.
 
9
+MANDIR=${PREFIX}/share/man              #Directory where manpages are installed.
 
10
 INITDIR=/etc/init.d                     #Directory where SysV init scripts are installed.
 
11
 INITFILE=$PRODUCT                       #Name of the product's installed SysV init script
 
12
 INITSOURCE=init.debian.sh               #Name of the distributed file to be installed as the SysV init script