From 9036abe2d5d282bd19c9f6bdd2acee9ac03051fc Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 14 Mar 2019 23:57:38 +0800 Subject: fix uninstall and remove unlink for package --- xmake/core/package/package.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/core/package/package.lua') diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index b81536443..89d4d95c5 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -646,7 +646,7 @@ function _instance:fetch(opt) return fetchinfo end --- exists this package in local +-- exists this package? function _instance:exists() return self._FETCHINFO end -- cgit v1.3.1