Michèle Garoche wrote:
/usr/bin/install -c -p -m 644 ABOUT-NLS AUTHORS COPYING FAQ INSTALL NEWS README TODO examples
It looks to me like you're trying to install a directory as if it were a file...
I'd guess that maybe fink HEAD does directories in DocFiles: properly, but released versions don't (traditionally, doing so has not worked in the past)
If you want to copy an examples directory to %i/share/doc/%N, I'd recommend doing it in InstallScript instead, with "cp -pR" or somesuch.
------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
