Fixed fi typo
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user