mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 17:12:34 +01:00
picturesort-0.3-1
double build function fix thanks to frankspace, for leaving a comment
This commit is contained in:
parent
5af8470a01
commit
03dfc3f3e8
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -22,7 +22,7 @@ build() {
|
|||
make
|
||||
}
|
||||
|
||||
build() {
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue