|
Lucio Andrés Illanes Albornoz |
dde213 |
#
|
|
Lucio Andrés Illanes Albornoz |
e1d469 |
# set +o errexit -o noglob -o nounset is assumed.
|
|
Lucio Andrés Illanes Albornoz |
dde213 |
#
|
|
Lucio Andrés Illanes Albornoz |
dde213 |
|
|
|
fdda6a |
pkg_ghostpdl_configure_patch_pre() {
|
|
|
fdda6a |
if ! rtl_fileop rm "${PKG_BASE_DIR}/ghostpdl-${PKG_VERSION}/libpng" \
|
|
|
fdda6a |
|| ! rtl_fileop rm "${PKG_BASE_DIR}/ghostpdl-${PKG_VERSION}/zlib" \
|
|
|
fdda6a |
|| ! rtl_fileop rm "${PKG_PREFIX}/freetype" \
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
|| ! rtl_fileop rm "${PKG_PREFIX}/lcms2mt"; then
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
return 1;
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
fi;
|
|
Lucio Andrés Illanes Albornoz |
dde213 |
};
|
|
Lucio Andrés Illanes Albornoz |
dde213 |
|
|
Lucio Andrés Illanes Albornoz |
bf9edf |
# vim:filetype=sh textwidth=0
|