diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:41:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:41:39 +0000 |
commit | a5cb27bed2202818ee204db23f8488a7794d6ec3 (patch) | |
tree | 4a38fb6c257e5031269038e525d11a7c2f0fdb1b /debian/patches/d-bootstrap-install-symlinks.patch | |
parent | Merging upstream version 1.70.0+dfsg2. (diff) | |
download | rustc-a5cb27bed2202818ee204db23f8488a7794d6ec3.tar.xz rustc-a5cb27bed2202818ee204db23f8488a7794d6ec3.zip |
Adding debian version 1.70.0+dfsg2-1.debian/1.70.0+dfsg2-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/d-bootstrap-install-symlinks.patch')
-rw-r--r-- | debian/patches/d-bootstrap-install-symlinks.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/d-bootstrap-install-symlinks.patch b/debian/patches/d-bootstrap-install-symlinks.patch index dbd902d9e..00f84e0c7 100644 --- a/debian/patches/d-bootstrap-install-symlinks.patch +++ b/debian/patches/d-bootstrap-install-symlinks.patch @@ -9,11 +9,11 @@ doesn't affect anything else that's already generated. src/tools/rust-installer/install-template.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -diff --git a/src/tools/rust-installer/install-template.sh b/src/tools/rust-installer/install-template.sh -index e68be89..a19997b 100644 ---- a/src/tools/rust-installer/install-template.sh -+++ b/src/tools/rust-installer/install-template.sh -@@ -625,7 +625,10 @@ install_components() { +Index: rust/src/tools/rust-installer/install-template.sh +=================================================================== +--- rust.orig/src/tools/rust-installer/install-template.sh ++++ rust/src/tools/rust-installer/install-template.sh +@@ -616,7 +616,10 @@ install_components() { maybe_backup_path "$_file_install_path" @@ -25,7 +25,7 @@ index e68be89..a19997b 100644 then run cp "$_src_dir/$_component/$_file" "$_file_install_path" run chmod 755 "$_file_install_path" -@@ -647,7 +650,7 @@ install_components() { +@@ -638,7 +641,7 @@ install_components() { maybe_backup_path "$_file_install_path" |