Do not remove cmake files

This commit is contained in:
nfnty 2016-11-16 15:33:04 +01:00
parent da4a4c6c06
commit 1ebadc610b
No known key found for this signature in database
GPG Key ID: 32DD96A5D0370907
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = qt5-styleplugins pkgbase = qt5-styleplugins
pkgdesc = Additional style plugins for Qt5 pkgdesc = Additional style plugins for Qt5
pkgver = 5.0.0 pkgver = 5.0.0
pkgrel = 3 pkgrel = 4
url = https://code.qt.io/cgit/qt/qtstyleplugins url = https://code.qt.io/cgit/qt/qtstyleplugins
install = install.sh install = install.sh
arch = i686 arch = i686

View File

@ -3,7 +3,7 @@ pkgname=('qt5-styleplugins')
_srcname='qtstyleplugins' _srcname='qtstyleplugins'
pkgdesc='Additional style plugins for Qt5' pkgdesc='Additional style plugins for Qt5'
pkgver='5.0.0' pkgver='5.0.0'
pkgrel='3' pkgrel='4'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://code.qt.io/cgit/qt/${_srcname}" url="https://code.qt.io/cgit/qt/${_srcname}"
license=('LGPL') license=('LGPL')
@ -29,5 +29,4 @@ package() {
cd "${srcdir}/${_srcname}" cd "${srcdir}/${_srcname}"
make INSTALL_ROOT="${pkgdir}" install make INSTALL_ROOT="${pkgdir}" install
rm --recursive "${pkgdir}/usr/lib/cmake"
} }