> > I'd also want a patch for makepkg to actually support it. > > =================== > [EMAIL PROTECTED] src]# diff -u /usr/bin/makepkg /usr/local/bin/makepkg > --- /usr/bin/makepkg 2005-01-11 18:01:28.000000000 -0500 > +++ /usr/local/bin/makepkg 2005-04-01 17:36:45.000000000 -0500 > @@ -562,8 +562,8 @@ > > # remove info/doc files > cd $startdir > -rm -rf pkg/usr/info pkg/usr/share/info > -rm -rf pkg/usr/doc pkg/usr/share/doc > +#rm -rf pkg/usr/info pkg/usr/share/info > +#rm -rf pkg/usr/doc pkg/usr/share/doc > > # move /usr/share/man files to /usr/man > if [ -d pkg/usr/share/man ]; then > ====================
Are any info files stored in /usr/share/doc? If they aren't I wonder why you commented out that one. Arch still won't include all the extra documentation. > :-) > > But to do it right you need to add post_installs to the various > packages to add the entry into the info directory 'dir'. > > Along the lines of: > > # cd /usr/info > # install-info gcc.info dir Does install-info modify something locally on the system? Or just modify the info files, like when you compress man pages... Jason -- If you understand, things are just as they are. If you do not understand, things are just as they are.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
