[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#364801: sourcenav: Installs manpages under wrong dir



tags 364801 +patch
thanks

Please find attached patch to fix this issue.

Kindly regards,

Erik


-- 
 www.ErikSchanze.de *********************************************
 Bitte keine HTML-E-Mails! No HTML mails, please! Limit: 100 kB *
        - Linux-Info-Tag in Dresden, am 28. Oktober 2006        *
               Info: http://www.linux-info-tag.de/              *
--- sourcenav-5.1.4/debian/rules	2006-05-14 19:03:35.000000000 +0200
+++ sourcenav-5.1.4/debian/rules.fixed	2006-05-14 19:04:24.000000000 +0200
@@ -23,7 +23,7 @@
 	# commands to configure the package.
 	-mkdir $(builddir)
 	cd $(builddir); $(srcdir)/configure \
-	--prefix=/usr/lib/sourcenav --mandir=/usr/share/man\
+	--prefix=/usr/lib/sourcenav --mandir=/usr/share/man \
 	--infodir=/usr/share/info
 
 	touch configure-stamp

Reply to: