Skip to content

Commit

Permalink
Update the Debian postinst file: we changed the lib directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Mar 10, 2009
1 parent e19ac44 commit 145fc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/postinst
@@ -1,6 +1,6 @@
#!/bin/sh
if ruby -e ''; then
if ! ruby -rpassenger/native_support -e '' 2>/dev/null; then
if ! ruby -rphusion_passenger/native_support -e '' 2>/dev/null; then
export RUBYLIB=/usr/lib/ruby/1.8
fi
passenger-install-apache2-module
Expand Down

0 comments on commit 145fc9f

Please sign in to comment.