Skip to content
Snippets Groups Projects

Revert "corr option of cp command"

Merged Wuttke, Joachim requested to merge j.0 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -29,7 +29,7 @@ TITLE="Linux Package"
HELP="$TITLE: Usage: bash adjust_pkg_linux.sh <pkg-root-dir>"
# shell commands
COPY="/usr/bin/cp -f --update=none"
COPY="/usr/bin/cp -nf"
MKDIR="/usr/bin/mkdir -p"
if [ -z $pkg_root_dir ]
Loading