summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7279ef66710..2ac38d5c7009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ sha256sums=('38ce928378a07b685f4606b60cbe37c26ef93ccb3e808c218e7d34ece9e659ad')
_sourcedirectory="$_projectname-$pkgver"
prepare() {
- cd "$srcdir/$_sourcedirectory/"
+ cd "$srcdir/$_sourcedirectory/"
# this test breaks for some people but not for others
# see comments from oriba, crave and pha-qu on the AUR page
sed -i '/test_mcast "mcast-join-loop"/d' 'test/unix/test_mcast.ml'