pkgsrc/mk/install
jlam 3de5d86818 Rewrite scripts to be more resilient to shells that exit immediately
if an untested command fails (see sh(1), "-e errexit").  Do this by
changing lines that look like:

	test expression && command
to
	test ! expression || command

so that the statement list always returns 0.  Also, back out revision
1.38 of pkgsrc/mk/install/install and modify the if-test to branch
correctly if +USERGROUP doesn't exist.
2005-07-27 16:18:54 +00:00
..
bsd.pkginstall.mk Avoid creating unnecessary +* scripts, e.g. if no PKG_USERS or PKG_GROUPS 2005-07-27 04:55:43 +00:00
deinstall Rewrite scripts to be more resilient to shells that exit immediately 2005-07-27 16:18:54 +00:00
deinstall-pre In the overwrite package case: 2003-11-23 07:14:43 +00:00
dirs Rewrite scripts to be more resilient to shells that exit immediately 2005-07-27 16:18:54 +00:00
files Rewrite scripts to be more resilient to shells that exit immediately 2005-07-27 16:18:54 +00:00
fonts Fix ttf/type1 handling in fonts.mk: 2004-12-28 14:38:03 +00:00
footer
header Next round of install script cleanup -- we now create +FILES, 2005-02-02 10:33:01 +00:00
install Rewrite scripts to be more resilient to shells that exit immediately 2005-07-27 16:18:54 +00:00
install-info Add some whitespace. 2003-11-23 07:03:07 +00:00
install-post In the overwrite package case: 2003-11-23 07:14:43 +00:00
perms Execute chmod(1) after chown(1)/chgrp(1) so NetBSD's chown(2) does 2005-04-20 17:13:28 +00:00
usergroup Rewrite scripts to be more resilient to shells that exit immediately 2005-07-27 16:18:54 +00:00