From 351e074672d9aa6446d5829938b697a3d6b23266 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Thu, 4 Oct 2012 16:33:08 +0100 Subject: Don't clean the source tree This should fix the segfault that happens when you require SVN::Ra --- subversion-tarball.morph | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subversion-tarball.morph b/subversion-tarball.morph index 9109eeb..d28954c 100644 --- a/subversion-tarball.morph +++ b/subversion-tarball.morph @@ -11,8 +11,7 @@ ], "install-commands": [ "make install DESTDIR=\"$DESTDIR\"", - "make clean || make clean", "make swig-pl", "make install-swig-pl DESTDIR=\"$DESTDIR\"" ] -} \ No newline at end of file +} -- cgit v1.2.1