summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjose17112017-06-16 21:22:46 +0200
committerjose17112017-06-16 21:22:46 +0200
commit4bf5f2811d95b4d76a07265965683e4a17e36dac (patch)
tree5a7253ac46629e773639ddad061cfb8e90cbcd3b /PKGBUILD
parent741fcc7f7bd34c4e92882880101c520baa5cace9 (diff)
downloadaur-4bf5f2811d95b4d76a07265965683e4a17e36dac.tar.gz
Fix build() (thanks @olace)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab4056048e6b..6e39b183f96b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=perl-gnome2-vte
_cpanname=Gnome2-Vte
pkgver=0.11
-pkgrel=4
+pkgrel=5
pkgdesc="Perl interface to the Virtual Terminal Emulation library "
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://search.cpan.org/~TSCH/${_cpanname}"
@@ -18,7 +18,7 @@ build() {
cd $srcdir/${_cpanname}-${pkgver}
sed -i '/^auto_install/d' Makefile.PL
PERL_MM_USE_DEFAULT=1 PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
- make
+ PERL_USE_UNSAFE_INC=1 make
}
package() {