Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <e94_msu@e.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Wed, 08 Jul 1998 11:18:58 +0200

Re: New RPM packages, bug in svgalib emulation Makefile

Jaromir Koutek wrote:
> Problem in degas/lib/svgalib/ makefiles:
> if you type "make install", it can't find mkdirtree and install in vga
> and gl subdirectories, because these commands are in (included)
> ../Makefile.cfg set as:
> MKDIRTREE=../../config/scripts/mkdirtree
> but should be
> MKDIRTREE=../../../config/scripts/mkdirtree
> I don't know how to repair it, Makefile.cfg is probably generated from
> some template. I changed my install script in .spec for now.

I'll take care of that.

//Marcus

Index: [thread] [date] [subject] [author]