Skip to content

Commit 2c2228f

Browse files
build: drop org.odbuild.mkdir patchfile
osbuild-133.rpm was released and includes required patch: - org.osbuild.mkdir: support creating dirs on mounts (osbuild/osbuild#1904)
1 parent 5ec6daa commit 2c2228f

File tree

2 files changed

+1
-112
lines changed

2 files changed

+1
-112
lines changed

build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@ patch_osbuild() {
173173
mv /usr/bin/osbuild-mpp /usr/lib/osbuild/tools/
174174

175175
# Now all the software is under the /usr/lib/osbuild dir and we can patch
176-
cat /usr/lib/coreos-assembler/0001-hacks-for-coreos-selinux-issues.patch \
177-
/usr/lib/coreos-assembler/0001-org.osbuild.mkdir-support-creating-dirs-on-mounts.patch \
178-
| patch -d /usr/lib/osbuild -p1
176+
patch -d /usr/lib/osbuild -p1 < /usr/lib/coreos-assembler/0001-hacks-for-coreos-selinux-issues.patch
179177

180178
# And then move the files back; supermin appliance creation will need it back
181179
# in the places delivered by the RPM.

src/0001-org.osbuild.mkdir-support-creating-dirs-on-mounts.patch

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)