Changeset 208


Ignore:
Timestamp:
10/04/15 22:16:06 (9 years ago)
Author:
kdeugau
Message:

/trunk

Remove -o from unzip options that snuck in in r205. -o forcibly and
blindly overwrites target files; at least in %setup rpmbuild does not
do this and in general this is not safe for automation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r207 r208  
    21302130   if ($sourcedrop =~ /\.zip$/) {
    21312131      # .zip files are not really tarballs
    2132       $cmdstring .= "/usr/bin/unzip -o".
     2132      $cmdstring .= "/usr/bin/unzip".
    21332133         ( $quietunpack ? ' -qq ' : ' ' ).
    21342134         "'$topdir/SOURCES/$sourcedrop'";
Note: See TracChangeset for help on using the changeset viewer.