mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix: exclude pacman metadata dotfiles from extraction
This commit is contained in:
parent
e6bd0f4502
commit
967fa3f2ab
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -12,5 +12,5 @@ sha256sums=('cf2251ec59fd45797f80051c432513abf6cce04e8fa4b98ace61dd3aefef02ec')
|
|||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
tar -xf "${pkgname}-${pkgver}.pacman" -C "${pkgdir}/"
|
||||
tar -xf "${pkgname}-${pkgver}.pacman" -C "${pkgdir}/" --exclude='.MTREE' --exclude='.PKGINFO' --exclude='.INSTALL'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue