From 42a40b6d4cccea648232a98798d49c0d27364e10 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sun, 6 Mar 2016 19:32:31 +0000 Subject: [PATCH] man-db: Fixed typos (thank tilman) --- man-db/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man-db/Pkgfile b/man-db/Pkgfile index 5b17af1..dea4603 100644 --- a/man-db/Pkgfile +++ b/man-db/Pkgfile @@ -13,8 +13,8 @@ source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz \ build() { cd $name-$version - export libpipeline_CFLAGS="$CFLAGSi -I$CLFS/usr/include" - export libpipeline_LIBS="$LIBS -L$CLFS/urs/lib -lpipeline" + export libpipeline_CFLAGS="$CFLAGS -I$CLFS/usr/include" + export libpipeline_LIBS="$LIBS -L$CLFS/usr/lib -lpipeline" ./configure --build=$CHOST \ --host=$CTARGET \ -- 2.26.2