Browse Source

* moved binary packagers from lib/sde-package/ (for .desc packages) to lib/sde-binary/

git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@20580 10447126-35f2-4685-b0cf-6dd780d3921f
misl/sde-wrapper
Alejandro Mery 18 years ago
parent
commit
6ae7b94ba5
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      lib/sde-binary/package-gem.sh
  2. +1
    -1
      lib/sde-binary/package.sh
  3. +1
    -1
      scripts/Build-Target

lib/sde-package/package-gem.sh → lib/sde-binary/package-gem.sh

@ -2,7 +2,7 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: lib/sde-package/package-gem.sh
# Filename: lib/sde-binary/package-gem.sh
# Copyright (C) 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
@ -65,7 +65,7 @@ fi
output="${output:-.}"
filename="${pkg_name}${versioned:+-${version}}"
if $SDEROOT/lib/sde-package/package.sh --type "tar.bz2" ${versioned:+--versioned} --root "${root}" \
if $SDEROOT/lib/sde-binary/package.sh --type "tar.bz2" ${versioned:+--versioned} --root "${root}" \
--output "${output}" "${pkg_name}"; then
echo_status "Converting $filename.tar.bz2 into GEM format"

lib/sde-package/package.sh → lib/sde-binary/package.sh

@ -2,7 +2,7 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: lib/sde-package/package.sh
# Filename: lib/sde-binary/package.sh
# Copyright (C) 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.

+ 1
- 1
scripts/Build-Target

@ -232,7 +232,7 @@ pkgloop_package() {
echo_error "Creation of binary package isn't possible, because the package was not"
echo_error "built successfully in (at least) the current stage."
else
./lib/sde-package/package.sh --type "$SDECFG_PKGFILE_TYPE" \
./lib/sde-binary/package.sh --type "$SDECFG_PKGFILE_TYPE" \
$( if [ "${SDECFG_PKGFILE_VER}" == 1 ]; then echo '--versioned'; fi ) \
--root "${build_root}" --output "${build_pkgs}" ${pkg_name}
fi

Loading…
Cancel
Save