summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/repository/packages/m/make/xmake.lua (renamed from xmake/repository/packages/g/gnumake/xmake.lua)3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/repository/packages/g/gnumake/xmake.lua b/xmake/repository/packages/m/make/xmake.lua
index 81544c1c8..fd562da62 100644
--- a/xmake/repository/packages/g/gnumake/xmake.lua
+++ b/xmake/repository/packages/m/make/xmake.lua
@@ -1,4 +1,4 @@
-package("gnumake")
+package("make")
set_kind("binary")
set_homepage("https://www.gnu.org/software/make/")
@@ -11,7 +11,6 @@ package("gnumake")
on_install("windows", function(package)
os.vrun("build_w32.bat")
- os.cp("WinRel/gnumake.exe", package:installdir("bin"))
os.cp("WinRel/gnumake.exe", path.join(package:installdir("bin"), "make.exe"))
end)