lib/omnibus/packagers/base.rb in omnibus-4.0.0 vs lib/omnibus/packagers/base.rb in omnibus-4.1.0
- old
+ new
@@ -162,10 +162,10 @@
# calculated by one of the subclasses.
#
# @return [String]
#
def package_path
- File.join(Config.package_dir, package_name)
+ File.expand_path(File.join(Config.package_dir, package_name))
end
#
# The path to the staging dir on disk.
#