This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [GoodToGo] Re: [ITP] openjade-1.3.3-1 & OpenSP-1.5.1-1 wasupdated


>>>>> Volker Zell writes:

>>>>> Gerrit P Haase writes:

    >> New ITPed, openjade-1.3.3-1:

    > +1 and good to go review.

Oooops, wait a second, there's a problem with the builtins.dsl file.
While the Makefile installs it in /usr/share, see the line

  cp -f dsssl/builtins.dsl $(DESTDIR)$(datadir);

openjade searches it in /usr/share/openjade.

So just make that line:

  cp -f dsssl/builtins.dsl $(DESTDIR)/$(PACKAGE)$(datadir);


Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]