ev3dev / brickstrap

Tool for bootstrapping Debian and creating bootable image files for embedded systems
MIT License
35 stars 26 forks source link

Move default 'destdir' to its own variable. #42

Closed cmacq2 closed 8 years ago

cmacq2 commented 8 years ago

This makes it easier to detect in brickstrap code if '-d' option was specified or whether a default 'destdir' was assumed. (Simply check BR_DESTDIR).

As per request, this PR isolates and supersedes the corresponding change from PR #39