We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fd827 commit a9554a4Copy full SHA for a9554a4
.packager
@@ -52,7 +52,7 @@ Packager.build do
52
'/bin/tar -zxf ruby-2.1.5.tar.gz',
53
'mv ruby-2.1.5/* .',
54
'autoconf',
55
- './configure --prefix=/usr',
+ './configure --prefix=/usr --disable-install-doc',
56
'make',
57
'make install'
58
]
0 commit comments