mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
sudo-fake: must have source and sums
This commit is contained in:
parent
71ee037596
commit
f33458e670
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ license=('GPL')
|
|||
conflicts=('sudo')
|
||||
groups=('junest-extra')
|
||||
depends=('fakeroot' 'fakechroot')
|
||||
source=("$pkganme")
|
||||
source=('sudo-fake')
|
||||
sha256sums=('69cb8b290ca4849de2f6f20eb63e7c8a844c7d6e764e32e1d81bfc768c68958e')
|
||||
package() {
|
||||
install -Dm 755 $srcdir/$pkgname "${pkgdir}/opt/$pkgname/bin/sudo"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue