PKGBUILD now installs the license
This commit is contained in:
parent
926b0589b9
commit
a69197964c
1 changed files with 2 additions and 0 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -19,5 +19,7 @@ package() {
|
|||
install -D -m755 astley-rm.sh "$pkgdir"/usr/bin/astley-rm
|
||||
echo "Placing /usr/bin/astley-rm-config script..."
|
||||
install -D -m755 astley-rm-config.sh "$pkgdir"/usr/bin/astley-rm-config
|
||||
echo "Installing license..."
|
||||
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
echo "Done."
|
||||
}
|
||||
|
|
Reference in a new issue