summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-06-05 10:23:39 +0200
committerDaniel Peukert2020-06-05 10:23:39 +0200
commitb23c0dfa488a201d9b30c9103ac5a95d54e7c9dc (patch)
treed55f2bd6d4be84fc1816e3e39a10d8056c83116d
parentea05071cb7d8674f9ec03c1a596812618ec611a7 (diff)
downloadaur-b23c0dfa488a201d9b30c9103ac5a95d54e7c9dc.tar.gz
Fixed formatting for ocaml-lwt
-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'