fix: RPM location

This commit is contained in:
Sayantan Santra 2023-09-12 16:46:26 -05:00
parent 65e812d7f6
commit e34442e877
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
1 changed files with 2 additions and 2 deletions

View File

@ -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
}