https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198169
Allan Jude <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug Status|New |Closed CC| |[email protected] --- Comment #2 from Allan Jude <[email protected]> --- (In reply to hbowden from comment #0) setenv is used for csh, the default root shell So those instructions work if you type them into a default root shell, but when you turned it into a script and changed the shell from csh to sh, without updating the syntax, you never set D, so you ran 'make installworld' and 'make distribution' with a blank DESTDIR, which defaulted to /, overwriting your install. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
