On Friday, January 18, 2002, at 07:06 PM, Max Horn wrote:
> You are building the .info files, but not installing them (that is, 
> copy them to the correct place under %i). This should be done in your 
> installscript, and for normaly packages is done by their "make install" 
> target.

Okay - I've created the following InstallScript:

InstallScript: <<
  mkdir -p %i/share/info
  cp libbow.info  %i/share/info/
  cp rainbow.info %i/share/info/
  make install prefix=%i
<<

I still get an error during 'fink install bow', though:

---------------------------------------
Preparing to replace bow 20010926-1 (using 
.../bow_20010926-1_darwin-powerpc.deb) ...
install-info: deleting entry `* Libbow: (libbow) ...'
install-info: no entry for file `rainbow'.
Unpacking replacement bow ...
Setting up bow (20010926-1) ...
* Libbow: (libbow).        Bag-Of-Words Library
install-info: no section specified for new entry, placing at end

No `START-INFO-DIR-ENTRY' and no `This file documents'.
install-info: unable to determine description for `dir' entry - giving up
dpkg: error processing bow (--install):
  subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
  bow
### dpkg failed, exit code 1
Failed: can't install package bow-20010926-1
---------------------------------------

Does this mean there are errors in the .texi files themselves, or what's 
going on?  Is there somewhere I can read about this?

  -Ken


_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to