We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af46b4a commit 95024d6Copy full SHA for 95024d6
install.rb
@@ -298,10 +298,6 @@ def prepare_installation
298
# This is the new way forward
299
if not InstallOptions.destdir.nil?
300
destdir = InstallOptions.destdir
301
- # To be deprecated once people move over to using --destdir option
302
- elsif not ENV['DESTDIR'].nil?
303
- destdir = ENV['DESTDIR']
304
- warn "DESTDIR is deprecated. Use --destdir instead."
305
else
306
destdir = ''
307
end
0 commit comments