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

View file

@ -1,6 +1,6 @@
name='fastfetch' name='fastfetch'
version=VERSION version=VERSION
release=2 release=3
desc='Like neofetch, but much faster because written in C.' desc='Like neofetch, but much faster because written in C.'
homepage='https://github.com/fastfetch-cli/fastfetch' homepage='https://github.com/fastfetch-cli/fastfetch'
architectures=('amd64') architectures=('amd64')
@ -26,5 +26,5 @@ package() {
echo Creating the package echo Creating the package
ls ls
cd ${pkgdir} cd ${pkgdir}
rpm2cpio ../${name}.rpm | zstd -d | cpio -idmv rpm2cpio ${name}.rpm | zstd -d | cpio -idmv
} }