hooks/script-wrapper: revert 0e42bf442e.

it's unnecessary and breaks cross compilation of gnome-ssh-askpass.
This commit is contained in:
Juan RP 2015-01-14 14:28:19 +01:00
parent aed0f3ee0e
commit 8be6b7b103
1 changed files with 0 additions and 2 deletions

View File

@ -81,7 +81,6 @@ _EOF
hook() {
[ -z "$CROSS_BUILD" ] && return 0
[ -e "$XBPS_WRAPPERDIR/done" ] && return 0
# create wrapers
pkgconfig_wrapper
@ -111,6 +110,5 @@ hook() {
python_wrapper python-config 2.7
python_wrapper python3.4-config 3.4m
touch $XBPS_WRAPPERDIR/done
export PATH="$XBPS_WRAPPERDIR:$PATH"
}