linux-tkg: Accept default config w/ modprobed-db. (#47)
This alleviates Tk-Glitch/PKGBUILDS#404 by piping newlines to "make localconfig".
This commit is contained in:
parent
4804b9129f
commit
913245031b
@ -640,7 +640,7 @@ _tkg_srcprep() {
|
|||||||
fi
|
fi
|
||||||
if [[ "$CONDITIONMPDB" =~ [yY] ]] || [ "$_modprobeddb" == "true" ]; then
|
if [[ "$CONDITIONMPDB" =~ [yY] ]] || [ "$_modprobeddb" == "true" ]; then
|
||||||
sudo modprobed-db recall
|
sudo modprobed-db recall
|
||||||
make localmodconfig
|
yes "" | make localmodconfig
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ true = "$_config_fragments" ]; then
|
if [ true = "$_config_fragments" ]; then
|
||||||
|
@ -803,7 +803,7 @@ _tkg_srcprep() {
|
|||||||
fi
|
fi
|
||||||
if [[ "$CONDITIONMPDB" =~ [yY] ]] || [ "$_modprobeddb" = "true" ]; then
|
if [[ "$CONDITIONMPDB" =~ [yY] ]] || [ "$_modprobeddb" = "true" ]; then
|
||||||
sudo modprobed-db recall
|
sudo modprobed-db recall
|
||||||
make localmodconfig
|
yes "" | make localmodconfig
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ true = "$_config_fragments" ]; then
|
if [ true = "$_config_fragments" ]; then
|
||||||
|
@ -800,7 +800,7 @@ _tkg_srcprep() {
|
|||||||
fi
|
fi
|
||||||
if [[ "$CONDITIONMPDB" =~ [yY] ]] || [ "$_modprobeddb" = "true" ]; then
|
if [[ "$CONDITIONMPDB" =~ [yY] ]] || [ "$_modprobeddb" = "true" ]; then
|
||||||
sudo modprobed-db recall
|
sudo modprobed-db recall
|
||||||
make localmodconfig
|
yes "" | make localmodconfig
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ true = "$_config_fragments" ]; then
|
if [ true = "$_config_fragments" ]; then
|
||||||
|
@ -798,7 +798,7 @@ _tkg_srcprep() {
|
|||||||
fi
|
fi
|
||||||
if [[ "$CONDITIONMPDB" =~ [yY] ]] || [ "$_modprobeddb" = "true" ]; then
|
if [[ "$CONDITIONMPDB" =~ [yY] ]] || [ "$_modprobeddb" = "true" ]; then
|
||||||
sudo modprobed-db recall
|
sudo modprobed-db recall
|
||||||
make localmodconfig
|
yes "" | make localmodconfig
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ true = "$_config_fragments" ]; then
|
if [ true = "$_config_fragments" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user