From 8a17a78a17a78d228591d0c49de58978b1b2c333 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 11 Mar 2023 18:42:14 +0100 Subject: [PATCH] Fixed Debian package build --- scripts/makedeb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makedeb.sh b/scripts/makedeb.sh index 7f5d0b2bc..c390944b2 100755 --- a/scripts/makedeb.sh +++ b/scripts/makedeb.sh @@ -133,7 +133,7 @@ echo "Modifying control file .." strip ${bindir}/* strip ${libdir}/db_plugins/*.so* strip ${libdir}/lay_plugins/*.so* -strip ${libdir}/pymod/*.so* +strip ${libdir}/pymod/klayout/*.so* size=`du -ck usr | grep total | sed "s/ *total//"`