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

Alexander Rødseth arodseth at archlinux.org
Sun Jan 17 00:34:37 UTC 2016


    Date: Sunday, January 17, 2016 @ 01:34:37
  Author: arodseth
Revision: 157026

upgpkg: yaws 2.0.2-1

Modified:
  yaws/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-17 00:28:50 UTC (rev 157025)
+++ PKGBUILD	2016-01-17 00:34:37 UTC (rev 157026)
@@ -46,8 +46,10 @@
     "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   # Path fixups
-  mv "$pkgdir/srv/http/www" "$pkgdir/srv/http/yaws"
   cp -ru examples/include "$pkgdir/usr/lib/yaws-$pkgver/examples/"
+  mv "$pkgdir/srv/http/yaws/"* "$pkgdir/srv/http/www" || true
+  rmdir "$pkgdir/srv/http/yaws" || true
+  mv "$pkgdir/srv/http/www" "$pkgdir/srv/http/yaws" || true
 }
 
 # getver: yaws.hyber.org/download/?M=r



More information about the arch-commits mailing list