~ubuntu-branches/ubuntu/oneiric/dpkg/oneiric-proposed

« back to all changes in this revision

Viewing changes to scripts/dpkg-name.pl

  • Committer: Steve Langasek
  • Date: 2011-03-15 00:11:56 UTC
  • Revision ID: steve.langasek@linaro.org-20110315001156-uyrlgh501d69seku
Merge newer snapshot from Raphael, to keep us in tune with mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
            $options{destdir} = shift(@ARGV);
234
234
        }
235
235
    } elsif (m/^-o|--overwrite$/) {
236
 
        $options{overwite} = 1;
 
236
        $options{overwrite} = 1;
237
237
    } elsif (m/^-k|--symlink$/) {
238
238
        $options{symlink} = 1;
239
239
    } elsif (m/^-a|--no-architecture$/) {