mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 22:38:36 -06:00
fix: RPM location
This commit is contained in:
parent
65e812d7f6
commit
e34442e877
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue