Changeset 779
- Timestamp:
- 07/26/07 16:37:27 (1 year ago)
- Files:
-
- honeyclient/trunk/create_pkg_dir.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/create_pkg_dir.pl
r777 r779 65 65 find({wanted => \&process, no_chdir => 1} ,"$src_path/$path/$module"); 66 66 67 # Copy the LICENSE and INSTALL files. 68 my_copy("LICENSE",$pkg_name,1); 69 my_copy("INSTALL",$pkg_name,1); 70 67 71 l(''); 68 72 } … … 105 109 }#}}} 106 110 111 107 112 # All of the calls are the same, and I wanted to unclutter the above code 108 113 sub my_copy { #{{{
