diff options
Diffstat (limited to 'script/land.py')
-rwxr-xr-x | script/land.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/land.py b/script/land.py index f8ae7b4493..72bdd4b840 100755 --- a/script/land.py +++ b/script/land.py @@ -41,7 +41,7 @@ tasks = { ("install", "make install", "text/plain"), ("test", "TDB_NO_FSYNC=1 make subunit-test", "text/x-subunit") ], - "source4/lib/ldb" : [ ("configure", "./configure --enable-developer -C ${PREFIX}", "text/plain"), + "lib/ldb" : [ ("configure", "./configure --enable-developer -C ${PREFIX}", "text/plain"), ("make", "make -j", "text/plain"), ("install", "make install", "text/plain"), ("test", "make test", "text/plain") ], |