aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-02-08 18:47:17 +0000
committerSteve Mynott <steve.mynott@gmail.com>2016-02-08 18:47:17 +0000
commit37a9aab2ac59e63a22c4faec89f97b1d6311e7a1 (patch)
tree21b761e7fccd7839c261a2a345675cede7b302f9 /ports
parent9c53efd7a6372ce394b753807b2930c955aae035 (diff)
don't attempt make clean
Diffstat (limited to 'ports')
-rwxr-xr-xports/darwin_dmg/package_darwin_dmg.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/darwin_dmg/package_darwin_dmg.pl b/ports/darwin_dmg/package_darwin_dmg.pl
index c0d097a..cce2f85 100755
--- a/ports/darwin_dmg/package_darwin_dmg.pl
+++ b/ports/darwin_dmg/package_darwin_dmg.pl
@@ -102,7 +102,6 @@ if ( $opt_build_rakudo ) {
chdir "../..";
- run "make clean";
run "perl Configure.pl --gen-moar --prefix /Applications/Rakudo";
run "make install";