diff options
| author | ruki <[email protected]> | 2018-08-25 22:09:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-08-25 22:09:23 +0800 |
| commit | 4ce0113475c5165303dedb594d1ac8cbc42a22f9 (patch) | |
| tree | 7886c3a34b682a17320931afaab6395e063ffa26 /xmake/actions/require/action/install.lua | |
| parent | 3b88e27a78ac27480ce931023b47cfc40e754b46 (diff) | |
modify package tree
Diffstat (limited to 'xmake/actions/require/action/install.lua')
| -rw-r--r-- | xmake/actions/require/action/install.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/require/action/install.lua b/xmake/actions/require/action/install.lua index a1602431f..791a82f01 100644 --- a/xmake/actions/require/action/install.lua +++ b/xmake/actions/require/action/install.lua @@ -186,7 +186,7 @@ function _on_install_package(package) end -- failed - raise("attempt to install package %s failed!", package:fullname()) + raise("attempt to install package %s failed!", package:name()) end -- install the given package @@ -208,7 +208,7 @@ function main(package) end -- init tipname - local tipname = package:fullname() + local tipname = package:name() if package:version_str() then tipname = tipname .. "-" .. package:version_str() end |
