diff options
| author | ruki <[email protected]> | 2018-10-11 23:22:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-10-11 14:17:56 +0800 |
| commit | 336a34ee43980fdcace50990111f2f3c49b6d23a (patch) | |
| tree | d3b5dd6fa2c08ee597ae7dc12d1b497f7343c9d8 /xmake/actions/require/impl/action | |
| parent | 2b0891928e7c36256a95a90c37677ebdc7b5687d (diff) | |
add on_load for package
Diffstat (limited to 'xmake/actions/require/impl/action')
| -rw-r--r-- | xmake/actions/require/impl/action/install.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/require/impl/action/install.lua b/xmake/actions/require/impl/action/install.lua index 42643b7ba..a39f38149 100644 --- a/xmake/actions/require/impl/action/install.lua +++ b/xmake/actions/require/impl/action/install.lua @@ -83,7 +83,7 @@ function main(package) prefix.uninstall(package) -- build and install package to the install directory - local installedfile = path.join(package:installdir(), "installed.txt") + local packagefile = path.join(package:installdir(), "info.txt") if not os.isfile(installedfile) then -- clean install directory first |
