mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Fix the install by stripping the i386 tag out of DISTFILES.
Reported by: Stephen Hilton <nospam@hiltonbsd.com> Tested by: Stephen Hilton <nospam@hiltonbsd.com>
This commit is contained in:
parent
a7012e1423
commit
4be8889692
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98813
@ -166,7 +166,7 @@ do-install:
|
||||
@${ECHO_MSG} ""
|
||||
@sh -c "read line"
|
||||
.endif
|
||||
@for R in ${UPD_SET1} ${DISTFILES} ${UPD_SET2}; do \
|
||||
@for R in ${UPD_SET1} ${DISTFILES:C/:.*//} ${UPD_SET2}; do \
|
||||
${ECHO_MSG} $$R; \
|
||||
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user