packaging: sanitize ariya-icons

This commit is contained in:
Ivailo Monev 2015-06-13 18:58:36 +03:00
parent 9205b58c4c
commit b7c72d0fda

View file

@ -14,6 +14,11 @@ install=${pkgname}.install
source=("git+https://github.com/fluxer/ariya-icons.git")
sha1sums=('SKIP')
pkgver() {
cd kde-baseapps
printf "4.16.0.%s" "$(git rev-parse --short HEAD)"
}
prepare() {
mkdir -p build
}
@ -28,6 +33,6 @@ build() {
}
package() {
cd "${srcdir}"/build
cd "${srcdir}/build"
make DESTDIR="${pkgdir}" install
}