From 72846f18795649c44e9780f12da7d0bac70dc788 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Tue, 17 Apr 2012 08:24:21 -0300 Subject: [PATCH] genex/run: updated for new usage --- genex/run | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/genex/run b/genex/run index 68a3042..cb6a200 100755 --- a/genex/run +++ b/genex/run @@ -1,8 +1,6 @@ #!/bin/sh # Hack: ps2pdf is happy with the PS generate, but if we invoke gs diretctly, # isn't. Some voodoo is still missing ... -PATH=$PATH:. ./genex \ +PATH=$PATH:. ./genex -p \ -L /home/qi/kicad-libs/components \ - /home/qi/kicad-libs/components/EXPAND DESC >out.ps -ps2pdf out.ps out.pdf -rm -f out.ps + /home/qi/kicad-libs/components/EXPAND DESC >out.pdf