Skip to content

Commit

Permalink
Fix some paths, again.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Sep 16, 2010
1 parent 9ea6d9a commit 7cd3590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/packaging.rb
Expand Up @@ -147,7 +147,7 @@
sh "cp #{APACHE2_MODULE} #{fake_apache2_module_dir}/"

sh "mkdir -p #{fake_certificates_dir}"
sh "cp misc/certificates/*.crt #{fake_certificates_dir}/"
sh "cp misc/*.crt #{fake_certificates_dir}/"

sh "mkdir -p #{fake_source_root}"
spec.files.each do |filename|
Expand Down
2 changes: 1 addition & 1 deletion ext/common/ResourceLocator.h
Expand Up @@ -74,7 +74,7 @@ class ResourceLocator {
if (nativelyPackaged) {
return "/usr/share/phusion-passenger/certificates";
} else {
return root + "/misc/certificates";
return root + "/misc";
}
}
};
Expand Down

0 comments on commit 7cd3590

Please sign in to comment.