Update PKGBUILD.proto to include a package() function
Relevant after we deprecated `makepkg -R` without a package() function being present in the PKGBUILD. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
90aca75cb9
commit
8a6bbed98e
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ build() {
|
|||
|
||||
./configure --prefix=/usr
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue