From: b Date: Wed, 7 Dec 2022 07:28:09 +0000 (+0000) Subject: don't recursive rm bin X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=cac8d89a829d8058fb7231b5935d9297490ac874;p=ott%2Fmirror don't recursive rm bin --- diff --git a/makefile.1.mak b/makefile.1.mak index 2b5f71c..52cceb8 100644 --- a/makefile.1.mak +++ b/makefile.1.mak @@ -1,7 +1,7 @@ # OTT mirror # Copyright (C) 2022 Balthasar Szczepański # "makefile" is automatically generated from "makefile.1.mak" -# 04.12.2022 +# 07.12.2022 # This file is part of OTT mirror. # @@ -246,7 +246,7 @@ mktree: ifdef BIN_PATH cp_bin: $(BIN) setuid | mktree - $(RM) -rf $(BIN_PATH)/* + $(RM) -f $(BIN_PATH)/* $(CP) -p $(BIN) $(BIN_PATH) endif