mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-11 17:31:09 +01:00
Code cleanup, remove unnecessary statement
This commit is contained in:
4
bastille-init
Normal file → Executable file
4
bastille-init
Normal file → Executable file
@@ -483,9 +483,7 @@ include_files()
|
||||
done
|
||||
for _localbin_file in ${LOCALBIN_FILES}; do
|
||||
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}
|
||||
fi
|
||||
install -m 0544 ${SYSTEM_INCLUDE}/${_localbin_file} /usr/local/bin/${_localbin_file}
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user