Skip to content

Commit c51a74b

Browse files
committed
add bindir
1 parent ef56328 commit c51a74b

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
@@ -58,7 +58,7 @@ Packager.build do
5858
'/bin/tar -zxf ruby-2.1.5.tar.gz',
5959
'mv ruby-2.1.5/* .',
6060
'autoconf',
61-
'./configure --prefix=$PKG_DIR --with-opt-dir=$PKG_DIR --disable-install-doc --enable-shared',
61+
'./configure --bindir=/bin --prefix=$PKG_DIR --with-opt-dir=$PKG_DIR --disable-install-doc --enable-shared',
6262
'make',
6363
'make install'
6464
]

0 commit comments

Comments
 (0)