diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-01 13:03:14 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-01 13:03:14 -0300 |
commit | 21f5aff726166d79efc56fa4e9998ab6ed9c8a1a (patch) | |
tree | fe01ed739c17b964b3f2c2dbed6b6bf3c8881aed | |
parent | dafa502c7acae179ce1e2e845f9c94e06892079b (diff) | |
download | abslibre-21f5aff726166d79efc56fa4e9998ab6ed9c8a1a.tar.gz abslibre-21f5aff726166d79efc56fa4e9998ab6ed9c8a1a.tar.bz2 abslibre-21f5aff726166d79efc56fa4e9998ab6ed9c8a1a.zip |
p7zip-libre: fix path on the building
-rw-r--r-- | libre/p7zip-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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* |