Browse Source

bug fixe:
mv: impossible d'évaluer '/tmp/yaourt-tmp-bach/aur-qt5-webkit-print/pkg/qt5-webkit-print/usr/local/lib64': Aucun fichier ou dossier de ce type

Bachir Soussi Chiadmi 7 years ago
parent
commit
055fe58f09
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .SRCINFO
  2. 1 1
      PKGBUILD

+ 1 - 1
.SRCINFO

@@ -1,5 +1,5 @@
 # Generated by mksrcinfo v8
-# Sun Jun 11 14:16:24 UTC 2017
+# Sun Jun 11 20:01:50 UTC 2017
 pkgbase = qt5-webkit-print
 	pkgdesc = Classes for a WebKit2 based implementation and a new QML API (maintained fork) (patched with pdf scale and background fixes)
 	pkgver = 5.212.0

+ 1 - 1
PKGBUILD

@@ -75,7 +75,7 @@ package() {
   cd build
   make DESTDIR="$pkgdir" install
 
-  mv "$pkgdir"/usr/local/lib64 "$pkgdir"/usr/local/lib
+  # mv "$pkgdir"/usr/local/lib64 "$pkgdir"/usr/local/lib
 
   install -d "$pkgdir"/usr/share/licenses
   ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}