Date: Saturday, August 2, 2014 @ 04:57:22
  Author: anatolik
Revision: 116721

Reuse target name

Modified:
  arm-none-eabi-binutils/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-08-02 02:43:07 UTC (rev 116720)
+++ PKGBUILD    2014-08-02 02:57:22 UTC (rev 116721)
@@ -45,7 +45,7 @@
   make DESTDIR="$pkgdir" install
 
   # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm 
"$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,nlmconv,windres,windmc}*
 
   # Remove info documents that conflict with host version
   rm -rf "$pkgdir"/usr/share/info

Reply via email to