~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/licensegen.sh

  • Committer: Alexander Sack
  • Date: 2010-01-22 12:02:35 UTC
  • Revision ID: asac@ubuntu.com-20100122120235-l8qq0wv8hcxqfa88
* fix licensegen.sh to create fresh copyright.problems rather than appending
  - update debian/licensegen.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
echo "generating main copyright dep-5 format ..."
6
6
sh -c "cd build-tree/; ../debian/licensecheck.pl -a src/" >> debian/copyright
7
7
echo "generating problem report (see README.copyright ..."
8
 
sh -c "cd build-tree/; ../debian/licensecheck.pl src/" >> debian/copyright.problems
 
8
sh -c "cd build-tree/; ../debian/licensecheck.pl src/" > debian/copyright.problems
9
9
 
10
10
echo "appending license details ..."
11
11
for i in debian/licenses/LICENSE.*; do