|
|
@ -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" |
|
|
|
|