|
@ -375,6 +375,7 @@ register_application() { |
|
|
# Create Package Database for gasgui install tool |
|
|
# Create Package Database for gasgui install tool |
|
|
# |
|
|
# |
|
|
create_package_db() { |
|
|
create_package_db() { |
|
|
|
|
|
rm -f $3.tmp |
|
|
for file in $( ls -dr $1/descs/?* ) ; do |
|
|
for file in $( ls -dr $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 |
|
@ -404,7 +405,7 @@ create_package_db() { |
|
|
echo -e "\027" |
|
|
echo -e "\027" |
|
|
|
|
|
|
|
|
cat $1/cksums/$pkg |
|
|
cat $1/cksums/$pkg |
|
|
echo -e "\027" ) > $3.tmp |
|
|
|
|
|
|
|
|
echo -e "\027" ) >> $3.tmp |
|
|
else |
|
|
else |
|
|
echo_error "Binary file for $bfile not present." \ |
|
|
echo_error "Binary file for $bfile not present." \ |
|
|
"Skipped in package database." |
|
|
"Skipped in package database." |
|
|