On 5/7/06, jvb <[EMAIL PROTECTED]> wrote: > Now, I have another question. What is that last line going to do? The > "ln -fs ..." line. It looks to me like it's going to link > "/etc/urlview/url_handler.sh" to "$startdir/pkg/usr/bin/url_handler.sh" > which is in my build directory. Why would you want to do that?
because of the -s flag, it's not literally linking the file to the file in your build dir - it is linking it by path. Upon install, that file will stay linked to "/etc/foo/bar" which will be correct at that point. - phrak _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
