]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
gdb: Remove locale files which are also provided by binutils.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Mar 2012 14:24:57 +0000 (15:24 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Mar 2012 14:24:57 +0000 (15:24 +0100)
gdb/gdb.nm

index 8ad9a5a3603387a8381522e3312fd7e6289266e8..00ad49183033df29059743943ca303d9529d5a08 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = gdb
 version    = 7.3.50.20110722
-release    = 1
+release    = 2
 
 groups     = Development/Debuggers
 url        = http://gnu.org/software/gdb/
@@ -69,6 +69,9 @@ build
 
                mkdir -pv %{BUILDROOT}/etc/gdbinit.d
                cp -vf %{DIR_SOURCE}/gdbinit %{BUILDROOT}/etc/gdbinit
+
+               # Remove locale data which is provided by binutils.
+               rm -rf %{BUILDROOT}%{datadir}/locale/
        end
 end