From b8fdaa9e02fe616d317ede9a73b1df34c6b17329 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Tue, 13 Jan 2015 00:12:40 +0300 Subject: [PATCH] fix --- nitrux-icon-theme-kde/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nitrux-icon-theme-kde/PKGBUILD b/nitrux-icon-theme-kde/PKGBUILD index d4172ac..169bcbc 100644 --- a/nitrux-icon-theme-kde/PKGBUILD +++ b/nitrux-icon-theme-kde/PKGBUILD @@ -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 '{}' \;