Browse Source

generic: changed to use sde-create-pkgdb

karasz/new-early
Alejandro Mery 15 years ago
parent
commit
06e4ef25c9
1 changed files with 5 additions and 6 deletions
  1. +5
    -6
      target/generic/build.sh

+ 5
- 6
target/generic/build.sh

@ -1,12 +1,12 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
#
# Filename: target/generic/build.sh
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
#
# More information can be found in the files COPYING and README.
#
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
@ -25,8 +25,7 @@ rm -f $build_toolchain/isofs*.txt 2> /dev/null
echo_status "Creating package database ..."
admdir="build/${SDECFG_ID}/var/adm"
create_package_db $admdir $build_toolchain/pkgs \
$build_toolchain/pkgs/packages.db
./bin/sde-create-pkgdb -c "$config"
if [ "$SDECFG_IMAGE" -a -e target/share/$SDECFG_IMAGE/build.sh ]; then
echo_status "Creating output image ..."

Loading…
Cancel
Save