Fixing bugs.
This commit is contained in:
parent
b009042241
commit
6c49f9e935
2 changed files with 2 additions and 2 deletions
|
@ -63,5 +63,5 @@ There are several ways to contribute to LogarithmPlotter.
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
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:
|
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)
|
- Hungarian translation by [Óvári](https://github.com/ovari)
|
||||||
|
|
|
@ -12,7 +12,7 @@ cd tmp
|
||||||
rm -rf *
|
rm -rf *
|
||||||
|
|
||||||
# DSC file variables
|
# 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))"
|
source_package_name="$(echo $dsc_file | cut -c -$(expr ${#dsc_file} - 4))"
|
||||||
|
|
||||||
# extract and sign the files
|
# extract and sign the files
|
||||||
|
|
Loading…
Reference in a new issue