mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
mktemp: add build for all systems
This commit is contained in:
parent
53c62db8d6
commit
678a05d90f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,6 @@ unix = [
|
||||||
"logname",
|
"logname",
|
||||||
"mkfifo",
|
"mkfifo",
|
||||||
"mknod",
|
"mknod",
|
||||||
"mktemp",
|
|
||||||
"mv",
|
"mv",
|
||||||
"nice",
|
"nice",
|
||||||
"nohup",
|
"nohup",
|
||||||
|
@ -55,6 +54,7 @@ generic = [
|
||||||
"ln",
|
"ln",
|
||||||
"ls",
|
"ls",
|
||||||
"mkdir",
|
"mkdir",
|
||||||
|
"mktemp",
|
||||||
"nl",
|
"nl",
|
||||||
"nproc",
|
"nproc",
|
||||||
"od",
|
"od",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue