wok rev 17904
perltidy - missed bin dir in packaging
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sat Apr 04 14:54:15 2015 +0000 (2015-04-04) |
parents | d005dc120910 |
children | 0bcc2c14e027 |
files | perltidy/receipt |
line diff
1.1 --- a/perltidy/receipt Sat Apr 04 10:31:10 2015 -0400 1.2 +++ b/perltidy/receipt Sat Apr 04 14:54:15 2015 +0000 1.3 @@ -26,7 +26,9 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr 1.7 + cp -a $install/usr/bin $fs/usr 1.8 cp -a $install/usr/lib $fs/usr 1.9 + 1.10 # remove perllocal.pod and .packlist 1.11 find ${fs} -name perllocal.pod -delete 1.12 find ${fs} -name .packlist -delete