#!/bin/sh #---------------------------------------------------------------------------- # _do_libebl-plugins - joblist to do befor mktarball.sh work # # Creation : 2018-07-02 holbru # Last update: $Id$ #---------------------------------------------------------------------------- #exec 2> libebl-plugins-trace$$.log #set -x # backup path call_dir=$(pwd) # set package name package_name="libebl-plugins" package_folder="elfutils" package_internal_name="elfutils" package_lib=false lib_folder=no eis_folder=eis64_libebl_plugins bin_prefix='eis64_' main_eis_folder=eis64_libelf1 main_package=libelf1 required='libelf1 libdw1' # change into $package cd devel/${package_folder}/_ADMIN . ../../../_ADMIN/_do_main_package # change to old path from backup cd ${call_dir}