Skip to content

Commit 95024d6

Browse files
committed
Remove deprecated DESTDIR from install.rb
In 469c5fe this was deprecated, giving people 16 years to migrate.
1 parent af46b4a commit 95024d6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

install.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,6 @@ def prepare_installation
298298
# This is the new way forward
299299
if not InstallOptions.destdir.nil?
300300
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."
305301
else
306302
destdir = ''
307303
end

0 commit comments

Comments
 (0)