hooks/script-wrapper: revert 0e42bf442e
.
it's unnecessary and breaks cross compilation of gnome-ssh-askpass.
This commit is contained in:
parent
aed0f3ee0e
commit
8be6b7b103
1 changed files with 0 additions and 2 deletions
|
@ -81,7 +81,6 @@ _EOF
|
||||||
|
|
||||||
hook() {
|
hook() {
|
||||||
[ -z "$CROSS_BUILD" ] && return 0
|
[ -z "$CROSS_BUILD" ] && return 0
|
||||||
[ -e "$XBPS_WRAPPERDIR/done" ] && return 0
|
|
||||||
|
|
||||||
# create wrapers
|
# create wrapers
|
||||||
pkgconfig_wrapper
|
pkgconfig_wrapper
|
||||||
|
@ -111,6 +110,5 @@ hook() {
|
||||||
python_wrapper python-config 2.7
|
python_wrapper python-config 2.7
|
||||||
python_wrapper python3.4-config 3.4m
|
python_wrapper python3.4-config 3.4m
|
||||||
|
|
||||||
touch $XBPS_WRAPPERDIR/done
|
|
||||||
export PATH="$XBPS_WRAPPERDIR:$PATH"
|
export PATH="$XBPS_WRAPPERDIR:$PATH"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue