We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9554a4 commit 2e7a3dbCopy full SHA for 2e7a3db
.packager
@@ -43,9 +43,6 @@ Packager.build do
43
build do
44
name 'heavywater-ruby'
45
template :generic
46
- environment(
47
- { 'DESTDIR' => '$PKG_DIR' }
48
- )
49
commands do
50
build [
51
'wget http://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.gz',
@@ -54,7 +51,7 @@ Packager.build do
54
'autoconf',
55
52
'./configure --prefix=/usr --disable-install-doc',
56
53
'make',
57
- 'make install'
+ 'make install DESTDIR=$PKG_DIR'
58
]
59
end
60
0 commit comments