From 8006bee6380376f586a53b55328f7e71569828f0 Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 27 Dec 2022 23:58:36 +0300 Subject: [PATCH] neofetch+ --- neofetch/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch/lure.sh b/neofetch/lure.sh index ec92ba6..e904631 100644 --- a/neofetch/lure.sh +++ b/neofetch/lure.sh @@ -13,6 +13,6 @@ sources=("https://github.com/dylanaraps/${name}/archive/refs/tags/${version}.tar checksums=('SKIP') package() { - install -Dm755 "{srcdir}/" "${pkgdir}/usr/bin/" - install -Dm644 "${srcdir}/" "${pkgdir}/usr/lib/" + install -Dm755 "${srcdir}/${name}-${version}/neofetch" "${pkgdir}/usr/bin/neofetch" + install -Dm755 "${srcdir}/${name}-${version}/neofetch.1" "${pkgdir}/usr/man1/neofetch.1" }