mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 09:22:27 +01:00
lite2do-1.1.1-1
This commit is contained in:
parent
e5541c7b38
commit
051846f8ea
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -11,11 +11,11 @@ depends=('perl')
|
|||
source=(http://w2do.googlecode.com/files/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('370bcf901aef70faca6de7dcccb412a3')
|
||||
|
||||
build() {
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
make INSTALL=/bin/install \
|
||||
POD2MAN=/usr/lib/perl5/core_perl/bin/pod2man \
|
||||
prefix=${pkgdir}/usr \
|
||||
prefix="${pkgdir}"/usr \
|
||||
install
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue