From e34442e877c04cfa9ab208aa6537f3ec40eb82a8 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Tue, 12 Sep 2023 16:46:26 -0500 Subject: [PATCH] fix: RPM location --- fastfetch/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastfetch/lure.sh b/fastfetch/lure.sh index 45340e5..d824edb 100644 --- a/fastfetch/lure.sh +++ b/fastfetch/lure.sh @@ -1,6 +1,6 @@ name='fastfetch' version=VERSION -release=2 +release=3 desc='Like neofetch, but much faster because written in C.' homepage='https://github.com/fastfetch-cli/fastfetch' architectures=('amd64') @@ -26,5 +26,5 @@ package() { echo Creating the package ls cd ${pkgdir} - rpm2cpio ../${name}.rpm | zstd -d | cpio -idmv + rpm2cpio ${name}.rpm | zstd -d | cpio -idmv }