Skip to content

Commit 36dad44

Browse files
committed
Remove deprecated DESTDIR from install.rb
In 469c5fe this was deprecated, giving people 16 years to migrate.
1 parent 3f0e2a7 commit 36dad44

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
@@ -294,10 +294,6 @@ def prepare_installation
294294
# This is the new way forward
295295
if not InstallOptions.destdir.nil?
296296
destdir = InstallOptions.destdir
297-
# To be deprecated once people move over to using --destdir option
298-
elsif not ENV['DESTDIR'].nil?
299-
destdir = ENV['DESTDIR']
300-
warn "DESTDIR is deprecated. Use --destdir instead."
301297
else
302298
destdir = ''
303299
end

0 commit comments

Comments
 (0)