Skip to content
Snippets Groups Projects
Commit 0b17f27f authored by Sergei's avatar Sergei
Browse files

Change repack() finction in compile_and_pack.sh

parent 89a3ec3e
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ tar xf $CONTROL ...@@ -51,7 +51,7 @@ tar xf $CONTROL
VERSION=$(cat control | grep Version | cut -d ':' -f2) VERSION=$(cat control | grep Version | cut -d ':' -f2)
echo "Version is $VERSION" echo "Version is $VERSION"
sed -i "s/$VERSION/${VERSION}-${DISTR_CODENAME}/" control sed -i "s/$VERSION/${VERSION}-${DISTR_CODENAME}/" control
rm $CONTROL && tar cf $CONTROL * rm $CONTROL && tar zcf $CONTROL *
ar r ../$DEBNAME $CONTROL ar r ../$DEBNAME $CONTROL
cd .. cd ..
rm -rf tmp rm -rf tmp
......
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