|
@ -474,7 +474,7 @@ register_xdm() { |
|
|
# |
|
|
# |
|
|
create_package_db() { |
|
|
create_package_db() { |
|
|
rm -f $3.tmp |
|
|
rm -f $3.tmp |
|
|
for file in $( ls -dr $1/descs/?* ) ; do |
|
|
|
|
|
|
|
|
for file in $( ls $1/descs/ ) ; do |
|
|
pkg="${file##*/}" |
|
|
pkg="${file##*/}" |
|
|
# only include the package if a binary file is available |
|
|
# only include the package if a binary file is available |
|
|
|
|
|
|
|
|