Skip to content

Commit 265536b

Browse files
committed
use /usr/local for prefix
1 parent 86945a8 commit 265536b

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
@@ -60,7 +60,7 @@ Packager.build do
6060
'/bin/tar -zxf ruby-2.1.5.tar.gz',
6161
'mv ruby-2.1.5/* .',
6262
'autoconf',
63-
'./configure --prefix=/usr --disable-install-doc',
63+
'./configure --prefix=/usr/local --disable-install-doc',
6464
'make',
6565
'make install DESTDIR=$PKG_DIR'
6666
]

0 commit comments

Comments
 (0)