mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-24 23:47:17 +00:00
fix
This commit is contained in:
parent
2542b96726
commit
b8fdaa9e02
@ -11,11 +11,11 @@ license=('Creative Commons')
|
||||
source=("http://nitrux.in/downloads/files/free/${pkgname}-${pkgver}.tar.gz")
|
||||
depends=('kdebase-workspace')
|
||||
options=(!strip)
|
||||
md5sums=('e93621b9b6f02e9d671c75028afa9f06')
|
||||
md5sums=('c4629f4f98f45b6b205b9339a0ef5dd9')
|
||||
|
||||
package() {
|
||||
install -dm755 "${pkgdir}/usr/share/icons"
|
||||
cp -r "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/share/icons/${pkgname}"
|
||||
cp -r "${srcdir}/Nitrux" "${pkgdir}/usr/share/icons/${pkgname}"
|
||||
find "${pkgdir}/usr/share/icons" -type d -exec chmod 755 '{}' \;
|
||||
find "${pkgdir}/usr/share/icons" -type f -exec chmod 644 '{}' \;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user