https://bugzilla.redhat.com/show_bug.cgi?id=1026380



--- Comment #9 from Ryan Lerch <[email protected]> ---
(In reply to Christopher Meng from comment #8)
> To me all scriptlets being used or mentioned in that page of wiki, I'd
> suggest that:
> 
> Either from
> 
> /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
> 
> to
> 
> touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
> 
> Or from
> 
> /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
> 
> to
> 
> %{_bindir}/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

Hi Christopher!

specifically what wikipage are you referring to?

regards,
ryanlerch

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to