[Rpm-maint] [rpm-software-management/rpm] Add shell-like escape support to %files (PR #2103)
Panu Matilainen
notifications at github.com
Thu Jun 23 10:48:53 UTC 2022
@pmatilai commented on this pull request.
> @@ -201,7 +202,7 @@ populate_testing: $(check_DATA)
for d in dev etc magic tmp var; do if [ ! -d testing/$${d} ]; then mkdir testing/$${d}; fi; done
for node in urandom stdin stderr stdout null full; do ln -s /dev/$${node} testing/dev/$${node}; done
for cf in hosts resolv.conf passwd shadow group gshadow mtab ; do [ -f /etc/$${cf} ] && ln -s /etc/$${cf} testing/etc/$${cf}; done
- for prog in gzip cat patch tar sh ln chmod rm mkdir uname grep sed find file ionice mktemp nice cut sort diff touch install wc coreutils xargs; do p=`which $${prog}`; if [ "$${p}" != "" ]; then ln -s $${p} testing/$(bindir)/; fi; done
+ for prog in gzip cat cp patch tar sh ln chmod rm mkdir uname grep sed find file ionice mktemp nice cut sort diff touch install wc coreutils xargs; do p=`which $${prog}`; if [ "$${p}" != "" ]; then ln -s $${p} testing/$(bindir)/; fi; done
/me is finding it hard to believe we didn't have "cp" in there :flushed: but it's hard to argue with git...
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2103#pullrequestreview-1016794626
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2103/review/1016794626 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220623/e4ebe52a/attachment.html>
More information about the Rpm-maint
mailing list