Skip to content

Commit a9554a4

Browse files
committed
re-disable docs
1 parent 07fd827 commit a9554a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.packager

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Packager.build do
5252
'/bin/tar -zxf ruby-2.1.5.tar.gz',
5353
'mv ruby-2.1.5/* .',
5454
'autoconf',
55-
'./configure --prefix=/usr',
55+
'./configure --prefix=/usr --disable-install-doc',
5656
'make',
5757
'make install'
5858
]

0 commit comments

Comments
 (0)