> > > > echo I'm the postinstall script for $(GARNAME) v$(GARVERSION). > > > > for i in /tmp/*; do > > echo Found $$i in /tmp; > > done > > endef > >
Errr... this sort of usage disturbs me. My programmers intuition suggests that the first thing to be done, would be to have a maintainers-public review of that script. If the script can be rewritten in a cleaner fashion, then this "other method" of doing things, may be completely unneccessary. _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
