Feigning erudition, m.w.chang wrote:
% I noticed that the `make install`  ran chmod on /usr/include/*.h. and 
% this may be why checkinstall included the file.  I think the 
% installation script just copied some *.h files to /usr/incldue, but too 
% lazy to write each each *.h a chmod statement.
% 
% I would say this is un-acceptable if that's the case.

I agree. You can always do "make -n foo" to see what the installation
will do without actually doing it. "-n" is a synonym for "--dry-run".

Kurt
-- 
A day for firm decisions!!!!!  Or is it?
_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to