Skip to content

Commit

Permalink
set DESTDIR inside make install command
Browse files Browse the repository at this point in the history
  • Loading branch information
cwjohnston committed Jun 26, 2015
1 parent a9554a4 commit 2e7a3db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .packager
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ Packager.build do
build do
name 'heavywater-ruby'
template :generic
environment(
{ 'DESTDIR' => '$PKG_DIR' }
)
commands do
build [
'wget http://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.gz',
Expand All @@ -54,7 +51,7 @@ Packager.build do
'autoconf',
'./configure --prefix=/usr --disable-install-doc',
'make',
'make install'
'make install DESTDIR=$PKG_DIR'
]
end
end
Expand Down

1 comment on commit 2e7a3db

@d2obot
Copy link

@d2obot d2obot commented on 2e7a3db Jun 26, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[heavywater] New heavywater-ruby created (version: 2.1.5-beta-beta14)

Please sign in to comment.