[arch-commits] Commit in puzzles/trunk (PKGBUILD)

Jakob Gruber schuay at archlinux.org
Tue May 17 17:56:19 UTC 2016


    Date: Tuesday, May 17, 2016 @ 19:56:19
  Author: schuay
Revision: 175553

FS#49308

Modified:
  puzzles/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-17 17:00:51 UTC (rev 175552)
+++ PKGBUILD	2016-05-17 17:56:19 UTC (rev 175553)
@@ -66,7 +66,8 @@
     make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
 
     # Fix FS#14600 (name conflicts with other packages).
-    for oldname in net cube blackbox; do
+    cd ${pkgdir}/usr/bin
+    for oldname in *; do
         newname=puzzles-${oldname}
         mv ${pkgdir}/usr/bin/${oldname} ${pkgdir}/usr/bin/${newname}
         sed -i "s_Exec=/usr/bin/${oldname}_Exec=/usr/bin/${newname}_" \



More information about the arch-commits mailing list