Skip to content
Snippets Groups Projects
Commit e16ce0a6 authored by alexandr.kravchenko's avatar alexandr.kravchenko
Browse files

Fixed version editing in debian/control

parent 6a0f11eb
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ substitute_pkgname_postfix() { ...@@ -38,7 +38,7 @@ substitute_pkgname_postfix() {
repack() { repack() {
DEBNAME=$1 DEBNAME=$1
DISTR_CODENAME=$2 DISTR_CODENAME="$Codename"
echo "Renaming controlde on $DEBNAME" echo "Renaming controlde on $DEBNAME"
mkdir tmp && cd tmp mkdir tmp && cd tmp
...@@ -61,6 +61,7 @@ rm -rf tmp ...@@ -61,6 +61,7 @@ rm -rf tmp
pwd pwd
error=0 error=0
mkdir -p packages mkdir -p packages
substitute_pkgname_postfix && mkdir -p build && cd build && cmake ../ && make -j$(nproc) && cpack && repack *.deb && mv -v *.deb ../packages/ && cd .. && rm -r build || error=$? substitute_pkgname_postfix && mkdir -p build && cd build && cmake ../ && make -j$(nproc) && cpack && repack *.deb && mv -v *.deb ../packages/ && cd .. && rm -r build || error=$?
exit $error exit $error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment