[ptxdist] Install macro

2009-09-09 Thread Gary Thomas
Has anyone come up with a macro or recipe to install a whole [sub]directory into a target package? Currently, I'm doing something like this (but it's not really pretty): files=$$(cd $(PKG_DIR)/extra_dir find . -type f | sed s/^\.//); \ for i in $$files; do \

Re: [ptxdist] Install macro

2009-09-09 Thread Robert Schwebel
On Wed, Sep 09, 2009 at 10:32:53AM -0600, Gary Thomas wrote: Has anyone come up with a macro or recipe to install a whole [sub]directory into a target package? Currently, I'm doing something like this (but it's not really pretty): files=$$(cd $(PKG_DIR)/extra_dir find . -type f | sed