From 9579f8548f605abab5ba107147726664ad20b560 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 13 Sep 2017 22:40:38 +0200 Subject: [PATCH] Fixed Debian build script. --- scripts/makedeb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makedeb.sh b/scripts/makedeb.sh index 84ae4e94f..ec95b9e47 100755 --- a/scripts/makedeb.sh +++ b/scripts/makedeb.sh @@ -40,7 +40,7 @@ echo "Checking $bits installation" echo "----------------------------------------" bindir="bin.linux.release" -builddir="bin.linux.release" +builddir="build.linux.release" libdir="/usr/lib/klayout" ./build.sh -j4 \