mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 20:00:43 +00:00
Update the upgrade script
This commit is contained in:
parent
1a00651100
commit
6592fa9d52
2
debian/prepare-new-release.sh
vendored
2
debian/prepare-new-release.sh
vendored
@ -9,7 +9,7 @@ for F in $LIST; do
|
||||
TARGET=`echo $F|sed -e "s|$ORIG_VERSION|$TARGET_VERSION|g"`
|
||||
svn mv $F $TARGET
|
||||
done
|
||||
LIST=`ls debian/*$TARGET_VERSION* debian/control`
|
||||
LIST=`ls debian/*$TARGET_VERSION* debian/control debian/*.install debian/*.links`
|
||||
for F in $LIST; do
|
||||
sed -i -e "s|$ORIG_VERSION_2|$TARGET_VERSION_2|g" $F
|
||||
sed -i -e "s|$ORIG_VERSION|$TARGET_VERSION|g" $F
|
||||
|
Loading…
Reference in New Issue
Block a user