| File duilder changed (mode: 100755) (index 4643752..52405de) |
| ... |
... |
function duilder_docs() |
| 35 |
35 |
echo "[*] Copying docs to [${EXPORT_PATH}]..." |
echo "[*] Copying docs to [${EXPORT_PATH}]..." |
| 36 |
36 |
for f in README License LICENSE Changelog Changelog-last TODO FAQ INSTALL AUTHORS samples; do |
for f in README License LICENSE Changelog Changelog-last TODO FAQ INSTALL AUTHORS samples; do |
| 37 |
37 |
if [ -r "${f}" ]; then |
if [ -r "${f}" ]; then |
| 38 |
|
cp -vp "${f}" "${EXPORT_PATH}/" |
|
|
38 |
|
cp -avp "${f}" "${EXPORT_PATH}/" |
| 39 |
39 |
if [ "${BUILD_SDEB}" = "1" ]; then |
if [ "${BUILD_SDEB}" = "1" ]; then |
| 40 |
40 |
# No need to install the license file |
# No need to install the license file |
| 41 |
41 |
if [ "${f}" = "LICENSE" ]; then |
if [ "${f}" = "LICENSE" ]; then |