Skip to content

Commit

Permalink
Merge pull request #392 from bcressey/undouble-macros
Browse files Browse the repository at this point in the history
twoliter: avoid duplicate macro declaration
  • Loading branch information
bcressey authored Oct 9, 2024
2 parents 3d54323 + 829f4e9 commit 14996d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twoliter/embedded/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN --mount=target=/host \
-x '*-debugsource-*.rpm' \
--no-database \
./rpmbuild/RPMS && \
cp .rpmmacros /etc/rpm/macros && \
cp .rpmmacros /root/.rpmmacros && \
declare -a KIT_REPOS && \
for kit in ${KIT_DEPENDENCIES} ; do \
KIT_REPOS+=("--repofrompath=${kit},/bypass/build/kits/${kit}/${ARCH}" --enablerepo "${kit}") ; \
Expand Down

0 comments on commit 14996d9

Please sign in to comment.