diff options
Diffstat (limited to 'lang/gjs/Makefile')
-rw-r--r-- | lang/gjs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index 9c7433754..6e88ea507 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -27,6 +27,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib SHEBANG_FILES= scripts/make-tests +python_OLD_CMD= /usr/bin/env python +python_CMD= ${PYTHON_CMD} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so* |