put man pages in the right directory debian/2.3.1-1
authorBdale Garbee <bdale@gag.com>
Sat, 3 May 2008 05:24:25 +0000 (23:24 -0600)
committerBdale Garbee <bdale@gag.com>
Sat, 3 May 2008 05:24:25 +0000 (23:24 -0600)
debian/rules

index bb9b161a5f9d40a7e6ea5c3ae04eb12791f38ea4..287d5a7366c23623e6f697533bf0c1d0c812931a 100755 (executable)
@@ -6,7 +6,7 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       ./configure --prefix=/usr
+       ./configure --prefix=/usr --mandir=/usr/share/man
        touch configure-stamp
 
 build: build-stamp