diff --git a/README.md b/README.md index 6a2f769..c141527 100644 --- a/README.md +++ b/README.md @@ -63,5 +63,5 @@ There are several ways to contribute to LogarithmPlotter. along with this program. If not, see . Language files translations located at LogarithmPlotter/i18n are licensed under GNU GPL3.0+ and are copyrighted by their original authors. See LICENSE.md for more details: -- Novergian translation by [Allan Nordhøy](https://github.com/comradekingu) +- Norwegian translation by [Allan Nordhøy](https://github.com/comradekingu) - Hungarian translation by [Óvári](https://github.com/ovari) diff --git a/linux/sign-deb.sh b/linux/sign-deb.sh index ff11a01..6939243 100755 --- a/linux/sign-deb.sh +++ b/linux/sign-deb.sh @@ -12,7 +12,7 @@ cd tmp rm -rf * # DSC file variables -dsc_file="$(find ../ -regextype sed -regex ".*/*\-ppa[0-9]*.dsc" | cut -c 4-)" +dsc_file="$(find ../ -regextype sed -regex ".*/*.dsc" | cut -c 4-)" source_package_name="$(echo $dsc_file | cut -c -$(expr ${#dsc_file} - 4))" # extract and sign the files