pkg_create @cwd and @srcdir

From: Brenden Grace (bcg_at_intelli7.com)
Date: 05/26/04

  • Next message: Anton Alin-Adrian: "Re: fopen("file","a")"
    To: freebsd-hackers@freebsd.org
    Date: Wed, 26 May 2004 13:35:50 -0700
    
    

    In this thread:
    http://lists.freebsd.org/pipermail/freebsd-hackers/2003-June/001673.html

    some people seem to think that @cwd is broken. The man pages do not
    explicitly state how @cwd should operate, but currently the directory
    must exist for pkg_create to run properly.

    This is extremely annoying because build machines *must* create the
    final directory structure of the target install before the package can
    be created.

    So my question is, does the 5.2.1 version of pkg_create contain a bug or
    is pkg_create really just very limited?

    Thanks for your attention.

    -- 
    Brenden C. Grace
    Intelli7
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
    

  • Next message: Anton Alin-Adrian: "Re: fopen("file","a")"