summaryrefslogtreecommitdiff
path: root/adk/tools/pkgmaker.c
diff options
context:
space:
mode:
Diffstat (limited to 'adk/tools/pkgmaker.c')
-rw-r--r--adk/tools/pkgmaker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/adk/tools/pkgmaker.c b/adk/tools/pkgmaker.c
index 148e7a756..1e87536d5 100644
--- a/adk/tools/pkgmaker.c
+++ b/adk/tools/pkgmaker.c
@@ -365,7 +365,7 @@ int main() {
p_ptr = NULL;
s_ptr = NULL;
- system("rm package/Config.in.auto.*");
+ system("rm package/Config.in.auto.* 2>/dev/null");
unlink(runtime);
/* open global sectionfile */
menuglobal = fopen("package/Config.in.auto.global", "w");