Code cleanup, remove unnecessary statement

This commit is contained in:
JRGTH
2025-09-17 07:56:11 -04:00
parent 21eaa96e26
commit 9a6ef9031e
3 changed files with 3 additions and 4 deletions
+1
View File
@@ -3,6 +3,7 @@
====================== ======================
Version Description Version Description
1.2.08......Code cleanup, remove unnecessary statement.
1.2.07......Minor cosmetic/wording changes. 1.2.07......Minor cosmetic/wording changes.
1.2.06......Code changes, symlink bundled files in embedded platforms. 1.2.06......Code changes, symlink bundled files in embedded platforms.
1.2.05......Mount unionfs for pkg while fetching debootstrap packages. 1.2.05......Mount unionfs for pkg while fetching debootstrap packages.
Regular → Executable
+1 -3
View File
@@ -483,9 +483,7 @@ include_files()
done done
for _localbin_file in ${LOCALBIN_FILES}; do for _localbin_file in ${LOCALBIN_FILES}; do
if [ ! -f "/usr/local/bin/${_localbin_file}" ]; then if [ ! -f "/usr/local/bin/${_localbin_file}" ]; then
if [ -f "${SYSTEM_INCLUDE}/${_localbin_file}" ]; then install -m 0544 ${SYSTEM_INCLUDE}/${_localbin_file} /usr/local/bin/${_localbin_file}
install -m 0544 ${SYSTEM_INCLUDE}/${_localbin_file} /usr/local/bin/${_localbin_file}
fi
fi fi
done done
fi fi
+1 -1
View File
@@ -1 +1 @@
1.2.07 1.2.08