Skip to content

Commit 9b6675d

Browse files
committed
fixup
1 parent cd17a56 commit 9b6675d

32 files changed

+2
-2
lines changed

platforms/Linux/centos/8/build_rpm.sh renamed to platforms/Linux/RPM/centos/8/build_rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mkdir -p $HOME/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
3131
# Add the spec
3232
cp swift-lang.spec $HOME/rpmbuild/SPECS/
3333
# Add the metadata for this swift version
34-
cp /metadata/rpm/$SWIFT_VERSION/metadata.inc $HOME/rpmbuild/SPECS/
34+
cp /metadata/$SWIFT_VERSION/metadata.inc $HOME/rpmbuild/SPECS/
3535
# Add any patches
3636
cp patches/*.patch $HOME/rpmbuild/SOURCES/
3737

platforms/Linux/centos/8/docker-compose.yaml renamed to platforms/Linux/RPM/centos/8/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
depends_on: [docker-setup]
2222
volumes:
2323
- .:/code:z
24-
- ../../../../metadata:/metadata:ro
24+
- ../../shared/metadata:/metadata:ro
2525
- ./.output:/output:z
2626
working_dir: /code
2727
cap_drop:

platforms/Linux/RPM/readme.md

Whitespace-only changes.

0 commit comments

Comments
 (0)