Re: emacs23* fails to install due to PostInstScript

Derek Homeier <[email protected]> Wed, 27 Dec 2017 16:37:29 +0100
Newsgroups gmane.os.apple.fink.devel
Message-ID <071CFC30-3347-444D-AF90-FEBC28B82F0F@astro.physik.uni-goettingen.de>
> On 27 Dec 2017, at 3:50 am, Hanspeter Niederstrasser <[email protected]> wrote:
> 
>> Confirmed here; also they don’t have a .info suffix. I got it to build with
>> @@ -174,7 +174,7 @@
>>    	# Since we're placing our info files in a subdirectory of %p/share/info
>>  	# we need to manually add each doc to the info dir-file
>> -	for file in $(basename %p/share/info/emacs-23/*.info.gz)
>> +	for file in $(basename %p/share/info/emacs-23/[a-z]*)
> 
> I solved it with
> 
> 	for file in $(basename %p/share/info/emacs-23/* | grep -v ^dir$)'
> 
> since the `dir' directory is created by install-info and has to be ignored when installing/removing emacs23.

Makes sense - one could filter out the versioned files in the same way to reproduce the
behaviour of the old info file

for file in $(basename %p/share/info/emacs-23/[a-z]* | egrep -v '^dir$|*-[0-9]$|*-[0-9][0-9]$’)

but the top level info directory looks OK either way.

Cheers,
					Derek


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fink-devel mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel