From: Michael Tremer Date: Thu, 5 Apr 2012 18:07:46 +0000 (+0200) Subject: glib2: Move libs to /usr. X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fipfire-3.x.git;a=commitdiff_plain;h=5b04c464b65c1c29d83aa1f08083139cfe0507c0 glib2: Move libs to /usr. --- diff --git a/glib2/glib2.nm b/glib2/glib2.nm index 67c7fb097..62e04f0b4 100644 --- a/glib2/glib2.nm +++ b/glib2/glib2.nm @@ -6,7 +6,7 @@ name = glib2 ver_major = 2.31 version = %{ver_major}.2 -release = 1 +release = 2 thisapp = glib-%{version} groups = System/Libraries @@ -40,12 +40,6 @@ build --with-pcre=system install_cmds - ./mkinstalldirs %{BUILDROOT}/lib - cd %{BUILDROOT}/usr/lib && for name in glib gobject gmodule gthread gio; do \ - mv -v lib${name}-2.0.so.* ../../lib; \ - ln -svf ../../lib/lib${name}-2.0.so.*.* lib${name}-2.0.so; \ - done - mkdir -pv %{BUILDROOT}/etc/profile.d/ cp -vf %{DIR_SOURCE}/glib2-locale.sh %{BUILDROOT}/etc/profile.d/ end