Fixed Debian package build

This commit is contained in:
Matthias Koefferlein 2023-03-11 18:42:14 +01:00
parent 18ae970671
commit 8a17a78a17
1 changed files with 1 additions and 1 deletions

View File

@ -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//"`