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.
|
Packages previously installed will not be included.
|
||||||
enddoc
|
enddoc
|
||||||
|
|
||||||
|
echo -en "\tGenerating Config.in from package data ..."
|
||||||
while [ 0 ]
|
while [ 0 ]
|
||||||
do
|
do
|
||||||
|
|
||||||
|
@ -94,6 +95,7 @@ EOF
|
||||||
# No need to (even possible?) to build separately
|
# No need to (even possible?) to build separately
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
|
alsa-* ) continue ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# IF this package name-version exists in the tracking dir
|
# IF this package name-version exists in the tracking dir
|
||||||
|
@ -254,6 +256,6 @@ config SUDO
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
) >> $outFile
|
) >> $outFile
|
||||||
|
echo "done"
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue