Skip to content

Commit

Permalink
Merge branch 'master' of git://git.erlware.org/faxien
Browse files Browse the repository at this point in the history
Conflicts:

	lib/epkg/src/epkg_util.erl
  • Loading branch information
Martin Logan committed Sep 3, 2008
2 parents bf7eb79 + ed86c35 commit 371e3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/epkg/src/epkg_install.erl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ install_erts(ErtsPackageDirOrArchive, InstallationPath) ->
%% @end
%%--------------------------------------------------------------------
install_release(ReleasePackageArchiveOrDirPath, InstallationPath, IsLocalBoot) ->
?INFO_MSG("installing to ~p~n", [InstallationPath]),
?INFO_MSG("installing to ~s from ~s~n", [InstallationPath, ReleasePackageArchiveOrDirPath]),
ReleasePackageDirPath = epkg_util:unpack_to_tmp_if_archive(ReleasePackageArchiveOrDirPath),
{ok, {RelName, RelVsn}} = epkg_installed_paths:package_dir_to_name_and_vsn(ReleasePackageDirPath),
InstalledRelPath = ewl_installed_paths:installed_release_dir_path(InstallationPath, RelName, RelVsn),
Expand Down

0 comments on commit 371e3a1

Please sign in to comment.