[arch-commits] Commit in arm-none-eabi-binutils/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Thu Jan 28 17:00:39 UTC 2016


    Date: Thursday, January 28, 2016 @ 18:00:39
  Author: anatolik
Revision: 159323

Fail fast 'remove' operation if the directory is gone

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-28 16:27:28 UTC (rev 159322)
+++ PKGBUILD	2016-01-28 17:00:39 UTC (rev 159323)
@@ -55,5 +55,5 @@
   rm "$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
 
   # Remove info documents that conflict with host version
-  rm -rf "$pkgdir"/usr/share/info
+  rm -r "$pkgdir"/usr/share/info
 }



More information about the arch-commits mailing list