Fixed: #836 posix cp flag
This commit is contained in:
parent
f21fc0cd8e
commit
ae52e270ab
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ echo CFLAGS="$BUILD_CFLAGS" CXXFLAGS="$BUILD_CXXFLAGS"
|
|||
|
||||
# Copy the headers
|
||||
mkdir -p $BUILD_DIR/nel \
|
||||
&& cp -Rfdp $NEL_SRC/include $BUILD_DIR/nel
|
||||
&& cp -RfPp $NEL_SRC/include $BUILD_DIR/nel
|
||||
|
||||
# Remove from the compilation directory the useless CVS
|
||||
# informations
|
||||
|
|
Loading…
Reference in a new issue