From 1ed3296ae2e559ff653392e44d844fba8e63300e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Fri, 1 May 2015 07:47:09 -0300 Subject: perl-unicode-map: fix syntax --- pcr/perl-unicode-map/PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'pcr/perl-unicode-map/PKGBUILD') diff --git a/pcr/perl-unicode-map/PKGBUILD b/pcr/perl-unicode-map/PKGBUILD index 9b92074d2..2c0375ee2 100644 --- a/pcr/perl-unicode-map/PKGBUILD +++ b/pcr/perl-unicode-map/PKGBUILD @@ -17,15 +17,19 @@ source=(http://www.cpan.org/authors/id/M/MS/MSCHWARTZ/Unicode-Map-$pkgver.tar.gz md5sums=('edaa8fc5ddf0e5d805e274283dd0625d') build() { - cd $startdir/src/Unicode-Map-$pkgver + cd $srcdir/Unicode-Map-$pkgver eval `perl -V:archname` PERL_MM_USE_DEFAULT=1 /usr/bin/perl Makefile.PL \ INSTALLDIRS=vendor || return 1 /usr/bin/make || return 1 - /usr/bin/make DESTDIR=$startdir/pkg install || return 1 - /usr/bin/find $startdir/pkg -name '.packlist' -delete - /usr/bin/find $startdir/pkg -name '*.pod' -delete +} + +package() { + cd $srcdir/Unicode-Map-$pkgver + /usr/bin/make DESTDIR=$pkgdir install || return 1 + /usr/bin/find $pkgdir -name '.packlist' -delete + /usr/bin/find $pkgdir -name '*.pod' -delete } # vim:set ts=2 sw=2 et: -- cgit v1.2.3-2-g168b