summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-12-14 17:33:47 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-12-14 17:33:47 -0200
commit101401a729b9804eb4c69f5bc036eef729d19006 (patch)
treeadf4bfe6e2d94e193c9ece63ea698e78fdbcaafe /libre
parent5e35ca24c8f1d4b0d6b5f389542dea47998e9b49 (diff)
reflector: fix path position for the patch
Diffstat (limited to 'libre')
-rw-r--r--libre/reflector/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/libre/reflector/PKGBUILD b/libre/reflector/PKGBUILD
index ac83b14e9..e3b54ba59 100644
--- a/libre/reflector/PKGBUILD
+++ b/libre/reflector/PKGBUILD
@@ -26,6 +26,7 @@ md5sums=(
prepare ()
{
+ cd "$srcdir/$pkgname-$pkgver"
# Rebranding for Parabola
patch -Np1 -i "$srcdir/rebranding.patch"
}