mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 15:07:14 +08:00
qr-docs rebuild, corrected doc path
This commit is contained in:
parent
5546b0f87b
commit
84b9014334
@ -6,7 +6,7 @@
|
||||
|
||||
pkgname=qt-docs
|
||||
pkgver=4.7.3
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='The Qt gui toolkit documentation'
|
||||
arch=('any')
|
||||
url='http://qt.nokia.com/'
|
||||
@ -21,8 +21,8 @@ md5sums=('49b96eefb1224cc529af6fe5608654fe')
|
||||
|
||||
package(){
|
||||
cd ${srcdir}/${_pkgfqn}
|
||||
install -d ${pkgdir}/usr/share/docs/qt
|
||||
cp -r doc/* ${pkgdir}/usr/share/docs/qt
|
||||
cp -r demos ${pkgdir}/usr/share/docs/qt
|
||||
cp -r examples ${pkgdir}/usr/share/docs/qt
|
||||
install -d ${pkgdir}/usr/share/doc/qt
|
||||
cp -r doc/* ${pkgdir}/usr/share/doc/qt
|
||||
cp -r demos ${pkgdir}/usr/share/doc/qt
|
||||
cp -r examples ${pkgdir}/usr/share/doc/qt
|
||||
}
|
Loading…
Reference in New Issue
Block a user