Update fetch.sh

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-07 22:41:44 +02:00
parent 6627048f17
commit 0777b532a1

View File

@ -41,6 +41,7 @@ do
sed -i "s#$BIN_VERSION#$TARGET_VERSION#g" $i-tmp/DEBIAN/control sed -i "s#$BIN_VERSION#$TARGET_VERSION#g" $i-tmp/DEBIAN/control
dpkg-deb -b $i-tmp $i-fixed-$PIKA_BIN_ARCH.deb dpkg-deb -b $i-tmp $i-fixed-$PIKA_BIN_ARCH.deb
mv -vf ./*-fixed-$PIKA_BIN_ARCH.deb ./output/ mv -vf ./*-fixed-$PIKA_BIN_ARCH.deb ./output/
rm -rf ./*.deb
done done
fi fi
else else