Commit a7ecd089 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix typos

parent 1891f165
...@@ -13,7 +13,7 @@ fi ...@@ -13,7 +13,7 @@ fi
if echo "$TAR" | grep -q KyoceraLinuxPackages ; then if echo "$TAR" | grep -q KyoceraLinuxPackages ; then
erc $TAR || fatal erc $TAR || fatal
else else
fatal "How no idea how to handle $TAR" fatal "Have no idea how to handle $(basename $TAR)"
fi fi
cd KyoceraLinuxPackages-*.tar || fatal cd KyoceraLinuxPackages-*.tar || fatal
......
...@@ -13,7 +13,7 @@ URL="https://element.io/" ...@@ -13,7 +13,7 @@ URL="https://element.io/"
arch="amd64" arch="amd64"
PKGURL=$(epm tool eget --list --latest https://packages.element.io/debian/pool/main/e/element-desktop/index.html $(epm print constructname PKGNAME "$VERSION" $arch "deb")) || fatal "Can't get package URL" PKGURL=$(epm tool eget --list --latest https://packages.element.io/debian/pool/main/e/element-desktop/index.html $(epm print constructname $PKGNAME "$VERSION" $arch "deb")) || fatal "Can't get package URL"
epm install --repack "$PKGURL" epm install --repack "$PKGURL"
...@@ -17,7 +17,7 @@ install_file opt/epson-printer-utility/epson-printer-utility.desktop /usr/share/ ...@@ -17,7 +17,7 @@ install_file opt/epson-printer-utility/epson-printer-utility.desktop /usr/share/
# backend # backend
install_file usr/lib/epson-backend/ecbd.service /usr/lib/systemd/system/ecbd.service install_file usr/lib/epson-backend/ecbd.service /usr/lib/systemd/system/ecbd.service
mkdir -p /var/cache/epson-backend mkdir -p var/cache/epson-backend
pack_dir /var/cache/epson-backend pack_dir /var/cache/epson-backend
# if command -v semodule > /dev/null 2>&1;then # if command -v semodule > /dev/null 2>&1;then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment