From 5f7e5e3f90f99babe67b07b44db97dc6819703c1 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Tue, 15 Apr 2014 21:04:36 +0000 Subject: [PATCH] fix manual directory path --- unixodbc/unixodbc.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unixodbc/unixodbc.spec b/unixodbc/unixodbc.spec index 1b27c56b29..9a20365cda 100644 --- a/unixodbc/unixodbc.spec +++ b/unixodbc/unixodbc.spec @@ -36,7 +36,7 @@ Class: BASE Group: Database License: GPL Version: %{V_opkg} -Release: 20131009 +Release: 20140415 # list of sources Source0: ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-%{V_dist}.tar.gz @@ -70,6 +70,7 @@ Conflicts: iodbc LDFLAGS="%{l_ldflags}" \ ./configure \ --prefix=%{l_prefix} \ + --mandir=%{l_prefix}/man \ --sysconfdir=%{l_prefix}/etc/unixodbc \ --disable-gui \ --disable-drivers \