diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-05-24 15:28:22 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-05-24 15:28:22 (EDT) |
commit | 0f1e92ea1eaa92cc53933cc23f9aed7df6a14054 (patch) | |
tree | df8e41555488c691465dc35e61ac6a0e63b11392 /lib | |
parent | def9939000b6bd1fece8a6c1c3c0f08f9b7b9429 (diff) |
install_system(): Move "use profile"
Diffstat (limited to 'lib')
-rw-r--r-- | lib/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/install.sh b/lib/install.sh index 9d67995..5e6d4aa 100644 --- a/lib/install.sh +++ b/lib/install.sh @@ -21,8 +21,8 @@ [ "x${_INSTALL_SM+set}" = 'xset' ] && return 0 _INSTALL_SM=1 -use dir use profile +use dir use fd use pkg |