Bug 1135

Summary: Package customize. Wrong copying
Product: buildroot Reporter: Serj Kalichev <serj.kalichev>
Component: OtherAssignee: unassigned
Status: RESOLVED DUPLICATE    
Severity: normal CC: buildroot
Priority: P5    
Version: 2009.11   
Target Milestone: 2010.05   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Patch to fix copying problem

Description Serj Kalichev 2010-02-19 09:50:39 UTC
The package "customize" copies custom files in wrong way. It create "series" file contain names of files and directories in the user's custom directory. Then it copies them to the target dir with its names. The result is target tree like this:

/etc/etc/inittab
/usr/usr/bin/foo

custom tree:
/etc/inittab
/usr/bin/foo
Comment 1 Serj Kalichev 2010-02-19 09:58:30 UTC
Created attachment 1135 [details]
Patch to fix copying problem
Comment 2 Thomas Petazzoni 2010-04-09 14:55:00 UTC

*** This bug has been marked as a duplicate of bug 849 ***