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.

_______________________________________________
parted-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/parted-devel

Reply via email to