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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Feb 19 12:29:25 UTC 2014


    Date: Wednesday, February 19, 2014 @ 13:29:25
  Author: arodseth
Revision: 105933

Path fix for FS#37992

Modified:
  plan9port/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-19 11:33:38 UTC (rev 105932)
+++ PKGBUILD	2014-02-19 12:29:25 UTC (rev 105933)
@@ -71,8 +71,9 @@
   done
 
   # Once more
-  grep --null -l -r "$pkgdir/usr/local/plan9" | xargs --null sed -i "s!$pkgdir/usr/local/plan9!${PLAN9}!g"
-  grep --null -l -r "$pkgdir$PLAN9" | xargs --null sed -i "s!$pkgdir$PLAN9!${PLAN9}!g"
+  #grep --null -l -r "$pkgdir/usr/local/plan9" | xargs --null sed -i "s!$pkgdir/usr/local/plan9!${PLAN9}!g"
+  grep --null -l -r "$pkgdir$PLAN9" | xargs --null sed -i "s!$pkgdir$PLAN9!${PLAN9}!g" || true
+  grep --null -l -r "/build/plan9port/pkg/plan9port/$PLAN9" | xargs --null sed -i "s!/build/plan9port/pkg/plan9port/$PLAN9!${PLAN9}!g" || true
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list