phusion / passenger_apt_automation

Tools for automatically building a Debian APT repository for Phusion Passenger
MIT License
20 stars 20 forks source link

apt-get install passenger-enterprise doesn't install 'ruby' on Ubuntu 10.04 and Debian 6 #9

Closed FooBarWidget closed 9 years ago

FooBarWidget commented 9 years ago

On Ubuntu 10.04 and Debian 6, apt-get install passenger-enterprise installs /usr/bin/ruby1.8 and /usr/bin/ruby1.9, but not /usr/bin/ruby. As a result, calling 'passenger --version' fails because its shebang line is '#!/usr/bin/env ruby'.

Ubuntu 12.04 and Debian 7 don't have this problem.