diff options
author | Pierre Labastie <pierre@linuxfromscratch.org> | 2018-01-12 19:04:19 +0000 |
---|---|---|
committer | Pierre Labastie <pierre@linuxfromscratch.org> | 2018-01-12 19:04:19 +0000 |
commit | dc7fd7b7bafa287dad8dd54df9b4814ef6a9f16c (patch) | |
tree | a7e3e814bce27fa0b38cdcd5bc1fe9a20fc31be4 /common/libs/func_install_blfs | |
parent | 5637b53ba7e9b53a598e0d43a102d45a8d4697bb (diff) |
Add .la file removal to LFS and BLFS scripts
Diffstat (limited to 'common/libs/func_install_blfs')
-rw-r--r-- | common/libs/func_install_blfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/libs/func_install_blfs b/common/libs/func_install_blfs index 9b3a583eab..d8ee93942d 100644 --- a/common/libs/func_install_blfs +++ b/common/libs/func_install_blfs @@ -131,6 +131,7 @@ MAIL_SERVER=sendmail optDependency=2 SUDO=n WRAP_INSTALL=$WRAP_INSTALL +DEL_LA_FILES=$DEL_LA_FILES EOF # Generates the scripts for the blfs tools dependencies (in ./scripts) |