Update fetch.sh

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-07 22:44:37 +02:00
parent 22c120671e
commit a26e3d1c67

View File

@ -39,8 +39,8 @@ do
mkdir $i-tmp
dpkg-deb -R $i $i-tmp
sed -i "s#$BIN_VERSION#$TARGET_VERSION#g" $i-tmp/DEBIAN/control
dpkg-deb -b $i-tmp $i-fixed-$PIKA_BIN_ARCH.deb
mv -vf ./*-fixed-$PIKA_BIN_ARCH.deb ./output/
dpkg-deb -b $i-tmp $i-fixed_$PIKA_BIN_ARCH.deb
mv -vf ./*-fixed_$PIKA_BIN_ARCH.deb ./output/
rm -rf ./*.deb
done
fi