[parted-devel] [PATCH 10/10] Tweak distcheck.
    Jim Meyering 
    jim at meyering.net
       
    Thu Jun 11 12:41:09 UTC 2009
    
    
  
Joel Granados wrote:
...
>> ginstall isn't installed by this package,
>> so that shouldn't matter.
>>
>> >      && { fail=0;					\
>> >        for i in $(built_programs); do			\
>> > -        test "$$i" = ginstall && i=install;		\
>> > -        for j in "$(pfx)/bin/$$i"			\
>> > +        test "$$i" = ginstall && $$i=install;		\
>> > +        for j in "$(pfx)/sbin/$$i"			\
>>
>> Same here.  You should be able to remove these two latter hunks.
>
> So we leave them like that? Even though they are not relevant to parted.
Yes.  This file is shared between multiple projects.
Keeping it up to date is easier if we minimize per-project variations.
    
    
More information about the parted-devel
mailing list