From 21f5aff726166d79efc56fa4e9998ab6ed9c8a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 1 Oct 2013 13:03:14 -0300 Subject: p7zip-libre: fix path on the building --- libre/p7zip-libre/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libre/p7zip-libre/PKGBUILD b/libre/p7zip-libre/PKGBUILD index 91d6f5345..7f8c3b789 100644 --- a/libre/p7zip-libre/PKGBUILD +++ b/libre/p7zip-libre/PKGBUILD @@ -39,7 +39,7 @@ prepare() { } build() { - cd "${srcdir}/${pkgname}_${pkgver}" + cd "${srcdir}/${_pkgname}_${pkgver}" msg "Removing unRar" # Generate patch # sed -e '/Rar/d' -i makefile* -- cgit v1.2.3-2-g168b