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 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 {} \;


Best regards
Uwe --



Home | Main Index | Thread Index | Old Index