Changeset 208
- Timestamp:
- 10/04/15 22:16:06 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r207 r208 2130 2130 if ($sourcedrop =~ /\.zip$/) { 2131 2131 # .zip files are not really tarballs 2132 $cmdstring .= "/usr/bin/unzip -o".2132 $cmdstring .= "/usr/bin/unzip". 2133 2133 ( $quietunpack ? ' -qq ' : ' ' ). 2134 2134 "'$topdir/SOURCES/$sourcedrop'";
Note:
See TracChangeset
for help on using the changeset viewer.