mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Fixed: #836 posix cp flag
This commit is contained in:
parent
034d38f673
commit
6798824494
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ echo CFLAGS="$BUILD_CFLAGS" CXXFLAGS="$BUILD_CXXFLAGS"
|
||||||
|
|
||||||
# Copy the headers
|
# Copy the headers
|
||||||
mkdir -p $BUILD_DIR/nel \
|
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
|
# Remove from the compilation directory the useless CVS
|
||||||
# informations
|
# informations
|
||||||
|
|
Loading…
Reference in a new issue