Fixed fi typo

This commit is contained in:
2025-09-21 13:22:29 +01:00
parent 2955e93a50
commit f93ff78ddd

View File

@@ -129,17 +129,17 @@ package() {
if [ ! -z "${PREINSTALL}" ]; then if [ ! -z "${PREINSTALL}" ]; then
cp "${PREINSTALL}" preinstall cp "${PREINSTALL}" preinstall
echo "i preinstall" >> "${HERE}/Prototype" echo "i preinstall" >> "${HERE}/Prototype"
] fi
if [ ! -z "${POSTINSTALL}" ]; then if [ ! -z "${POSTINSTALL}" ]; then
cp "${POSTINSTALL}" postinstall cp "${POSTINSTALL}" postinstall
echo "i postinstall" >> "${HERE}/Prototype" echo "i postinstall" >> "${HERE}/Prototype"
] fi
if [ ! -z "${CHECKINSTALL}" ]; then if [ ! -z "${CHECKINSTALL}" ]; then
cp "${CHECKINSTALL}" checkinstall cp "${CHECKINSTALL}" checkinstall
echo "i checkinstall" >> "${HERE}/Prototype" echo "i checkinstall" >> "${HERE}/Prototype"
] fi