From 82e5a3fcfefd10a70ac6a4c01d756c742b587b90 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Tue, 31 Jan 2023 14:30:01 +0900 Subject: [PATCH] misc/klayout: fix plugins location --- misc/klayout/build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/misc/klayout/build.sh b/misc/klayout/build.sh index fae4acf3..c1368111 100644 --- a/misc/klayout/build.sh +++ b/misc/klayout/build.sh @@ -21,6 +21,4 @@ make V=1 install cd ${SRC_DIR}/bin-release cp -a klayout strm* ${PREFIX}/bin/ -cp -a *.so* ${PREFIX}/lib/ -mkdir -p ${PREFIX}/lib/klayout/ -cp -ar pymod *_plugins ${PREFIX}/lib/klayout/ +cp -ar *.so* pymod *_plugins ${PREFIX}/lib/