diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 21:43:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 21:43:10 +0200 |
commit | 2368e0bbc048d5ebecfdbc6a56321117acedf0e3 (patch) | |
tree | 260f30a70f8abc6219e864e7a5a43fc40314fb6e /package/xcb-proto | |
parent | 55dc3ccccd3119e0d64eeb8c24ba1167790425e0 (diff) |
also remove python sed for host
Diffstat (limited to 'package/xcb-proto')
-rw-r--r-- | package/xcb-proto/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/xcb-proto/Makefile b/package/xcb-proto/Makefile index cc7d5d7e4..c3033e886 100644 --- a/package/xcb-proto/Makefile +++ b/package/xcb-proto/Makefile @@ -34,7 +34,6 @@ CONFIGURE_ENV+= PYTHON=$(PYTHON) # pkg-config variables are not fixed up with sysroot hostpost-install: $(SED) 's|^\(xcbincludedir=\)|\1$(STAGING_HOST_DIR)|' \ - -e 's|^\(pythondir=\)|\1$(STAGING_HOST_DIR)|' \ $(STAGING_HOST_DIR)/usr/lib/pkgconfig/xcb-proto.pc post-build: |