pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/devel/gobject-introspection
On Wed, Feb 16, 2022 at 11:24:20AM +0100, Uwe Klaus wrote:
> On Tue, 15 Feb 2022, Thomas Klausner wrote:
>
> > Modified Files:
> > pkgsrc/devel/gobject-introspection: Makefile
> Index: pkgsrc/devel/gobject-introspection/Makefile
>
> +post-install:
> + cd ${DESTDIR}${PREFIX} && find . -name *.orig -rm
>
> option -rm is not available on solaris, so may be better use
> ${FIND} ${DESTDIR}${PREFIX} -name \*.orig -exec rm {} \;
>
Thanks, committed.
Thomas
Home |
Main Index |
Thread Index |
Old Index