summaryrefslogtreecommitdiff
path: root/strata/ruby/ruby-1.8.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/ruby/ruby-1.8.morph')
-rw-r--r--strata/ruby/ruby-1.8.morph10
1 files changed, 5 insertions, 5 deletions
diff --git a/strata/ruby/ruby-1.8.morph b/strata/ruby/ruby-1.8.morph
index cee282c0..4554e441 100644
--- a/strata/ruby/ruby-1.8.morph
+++ b/strata/ruby/ruby-1.8.morph
@@ -1,9 +1,9 @@
name: ruby-1.8
kind: chunk
-configure-commands:
+build-system: autotools
+pre-configure-commands:
+- cp /usr/share/automake*/config.guess .
+- cp /usr/share/automake*/config.sub .
- autoconf
+configure-commands:
- ./configure --prefix=/usr --program-suffix=-1.8
-build-commands:
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" install