X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=pctb%2Fcommod-update-receiver;fp=pctb%2Fcommod-update-receiver;h=b7bf4cb80eba6f58ba954c6d484fe42d84212b10;hp=90c9c4beb01e8896bc93d41502e1eeb564baa906;hb=dc85c07a4cf546e987221571a20269ea659efa91;hpb=b99e2f9531a0d06479d6e05fbd54816a07559469 diff --git a/pctb/commod-update-receiver b/pctb/commod-update-receiver index 90c9c4b..b7bf4cb 100755 --- a/pctb/commod-update-receiver +++ b/pctb/commod-update-receiver @@ -155,7 +155,7 @@ while () { GZ->error and die $!; $?=0; close GZ; $? and fail("gunzip for check failed code $?"); -my $mdatafile= MIME::Entity->build(Type => 'application/octet-streak', +my $mdatafile= MIME::Entity->build(Type => 'application/octet-stream', Disposition => 'attachment', Encoding => 'base64', File => $datafile);