Excerpts from Philip Brown's message of Mon Jan 03 14:24:32 -0500 2011: > I ideally need the package to have a directory in the pkginfo, along > with the i and r scripts. > How do I do that?
Create the directory as part of the install-custom target in the makefile. ($(DESTDIR) is what you'd expect.). Then, add a line similar to the existing PKGFILES_ lines for -cptemplates. Once those changes are made, commit then and run: gmake spotless; gmake package HTH. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
