23 Jan
2018
23 Jan
'18
11:31 p.m.
On 01/23/2018 04:59 PM, Panayotis Katsaloulis via aur-general wrote:
Hello all
This is my first attempt to create a valid PKGBUILD file for Arch Linux. It is about the missing amiwm window manager.
Please tell me what you think
In addition to the other comments,
package() { cd "$pkgname$pkgver" make prefix="$pkgdir/usr" install rm $pkgdir/usr/bin/requestchoice
You forgot to quote "$pkgdir" here
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE }
-- Eli Schwartz Bug Wrangler and Trusted User