FS#9136 - makepkg doesn't detect understand application/zip
Attached to Project:
Arch Linux
Opened by Anders Bergh (anders) - Wednesday, 09 January 2008, 11:21 GMT
Last edited by Dan McGee (toofishes) - Thursday, 10 January 2008, 14:01 GMT
Opened by Anders Bergh (anders) - Wednesday, 09 January 2008, 11:21 GMT
Last edited by Dan McGee (toofishes) - Thursday, 10 January 2008, 14:01 GMT
|
Details
Description:
nDray told me on AUR that my dmd package no longer unpacks dmd.1.025.zip (http://ftp.digitalmars.com/dmd.1.025.zip) because the mime type changed from x-zip to zip. Not sure if this is wrong or not, but I suppose adding support for this would be a good idea. Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: |
This task depends upon
Closed by Dan McGee (toofishes)
Thursday, 10 January 2008, 14:01 GMT
Reason for closing: Fixed
Additional comments about closing: Dupe of FS#9105
, fixed in 3.1.0
Thursday, 10 January 2008, 14:01 GMT
Reason for closing: Fixed
Additional comments about closing: Dupe of
~$ file -biz dmd.1.025.zip
application/octet-stream compressed-encoding=application/zip
makepkg parse doesn't support this type, which is valid ZIP mime-type...
Dupe of
FS#9105, guys.