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

Antonio Rojas arojas at archlinux.org
Sat Jul 2 08:48:22 UTC 2016


    Date: Saturday, July 2, 2016 @ 08:48:21
  Author: arojas
Revision: 270858

Installation path changed again (FS#49912)

Modified:
  qt5-examples/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-02 07:45:26 UTC (rev 270857)
+++ PKGBUILD	2016-07-02 08:48:21 UTC (rev 270858)
@@ -6,7 +6,7 @@
 pkgname=qt5-examples
 _qtver=5.7.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -34,8 +34,7 @@
         cp $_dir/README $_dir/README.$_mod
       fi
 
-    # Don't overwrite existing examples.pro file
-      mkdir $_base/$_mod
-      cp -rn $_dir/* $_base/$_mod
+#     mkdir $_base/$_mod
+      cp -rn $_dir/* $_base
   done
 }



More information about the arch-commits mailing list