Bug 1135 - Package customize. Wrong copying
Summary: Package customize. Wrong copying
Status: RESOLVED DUPLICATE of bug 849
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2009.11
Hardware: PC Linux
: P5 normal
Target Milestone: 2010.05
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-19 09:50 UTC by Serj Kalichev
Modified: 2010-04-09 14:55 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Patch to fix copying problem (557 bytes, patch)
2010-02-19 09:58 UTC, Serj Kalichev
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***