]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
glib2: Move libs to /usr.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 5 Apr 2012 18:07:46 +0000 (20:07 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 5 Apr 2012 18:07:46 +0000 (20:07 +0200)
glib2/glib2.nm

index 67c7fb097a1d6ba55aa90a2f61facf0c334bf336..62e04f0b47a6e05236961da3a0b64db89530eeac 100644 (file)
@@ -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