skip ALSA packages, defined in deps file
This commit is contained in:
parent
69d25eadc3
commit
8eb9b2dc2d
1 changed files with 3 additions and 1 deletions
|
@ -39,6 +39,7 @@ get_pkg_ver() {
|
|||
Packages previously installed will not be included.
|
||||
enddoc
|
||||
|
||||
echo -en "\tGenerating Config.in from package data ..."
|
||||
while [ 0 ]
|
||||
do
|
||||
|
||||
|
@ -94,6 +95,7 @@ EOF
|
|||
# No need to (even possible?) to build separately
|
||||
continue
|
||||
;;
|
||||
alsa-* ) continue ;;
|
||||
esac
|
||||
|
||||
# IF this package name-version exists in the tracking dir
|
||||
|
@ -254,6 +256,6 @@ config SUDO
|
|||
|
||||
EOF
|
||||
) >> $outFile
|
||||
|
||||
echo "done"
|
||||
|
||||
|
||||
|
|
Reference in a new issue