Skip to content

Commit 0452d39

Browse files
committed
Merge the two bash blocks
1 parent 62551b2 commit 0452d39

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pkgs/gcc/gcc.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,11 @@ sources:
1313

1414
build_stages:
1515
- name: rpath_patch
16-
before: rpath_sed
16+
before: configure
1717
files: [rpath.patch]
1818
handler: bash
1919
bash: |
2020
patch -up1 < _hashdist/rpath.patch
21-
22-
- name: rpath_sed
23-
before: configure
24-
handler: bash
25-
bash: |
2621
sed -i "s|@@ARTIFACT@@|${ARTIFACT}|g" gcc/config/i386/gnu-user.h gcc/config/i386/gnu-user64.h
2722
2823
- name: link_lib64_to_lib

0 commit comments

Comments
 (0)