From: Michael Tremer Date: Fri, 2 Mar 2012 15:38:43 +0000 (+0100) Subject: libcgroup: Install lib to /usr. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee9a6aa60bec9da00966a141b430f5e050f0565c;p=ipfire-3.x.git libcgroup: Install lib to /usr. --- diff --git a/libcgroup/libcgroup.nm b/libcgroup/libcgroup.nm index 33a01f3d9..88f06df7b 100644 --- a/libcgroup/libcgroup.nm +++ b/libcgroup/libcgroup.nm @@ -5,7 +5,7 @@ name = libcgroup version = 0.35.1 -release = 1 +release = 2 groups = Development/Libraries url = http://libcg.sourceforge.net/ @@ -29,27 +29,20 @@ build end configure_options += \ - --libdir=/lib \ --disable-pam \ --disable-tools \ --disable-daemon - #define test - # make check - #endef + # The testsuite is disabled because it does not + # run very smoothly in PBS. install_cmds rm -rf %{BUILDROOT}/etc - - mkdir -pv %{BUILDROOT}/usr/lib - rm -vf %{BUILDROOT}/lib/libcgroup.so - ln -svf ../../lib/libcgroup.so.1 %{BUILDROOT}/usr/lib/libcgroup.so end end packages package %{name} - end package %{name}-devel template DEVEL