diff options
| author | ruki <[email protected]> | 2018-10-11 23:23:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-10-11 14:20:53 +0800 |
| commit | a9c1889d3867813926be1fedcf933f1d26cb06f2 (patch) | |
| tree | 20a39bec878724e334ef28a6ffc6744cb5551312 | |
| parent | 336a34ee43980fdcace50990111f2f3c49b6d23a (diff) | |
fix install file
| -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 a39f38149..42643b7ba 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 packagefile = path.join(package:installdir(), "info.txt") + local installedfile = path.join(package:installdir(), "installed.txt") if not os.isfile(installedfile) then -- clean install directory first |
