bamf: remove post_install()
The work should be done by common/hooks/pre-install/98-fixup-gir-path.sh
This commit is contained in:
parent
baf7cb4fb6
commit
18b6a8bc2e
1 changed files with 0 additions and 10 deletions
|
@ -24,16 +24,6 @@ pre_configure() {
|
|||
sed -i configure -e '/CFLAGS=/s/ \-Werror / /'
|
||||
}
|
||||
|
||||
post_install() {
|
||||
if [ "$build_option_gir" -a "$CROSS_BUILD" ]; then
|
||||
mv ${DESTDIR}/usr/${XBPS_CROSS_TRIPLET}/usr/share/gir-1.0 \
|
||||
${DESTDIR}/usr/share
|
||||
|
||||
mv ${DESTDIR}/usr/${XBPS_CROSS_TRIPLET}/usr/lib/girepository-1.0 \
|
||||
${DESTDIR}/usr/lib
|
||||
fi
|
||||
}
|
||||
|
||||
bamf-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue