wok diff squirrelmail-html_mail/receipt @ rev 9611

python: Fix urllib Security Vulnerability CVE-2011-1521.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Apr 15 15:10:30 2011 +0000 (2011-04-15)
parents f81e47267992
children 6e5e3ecb013a
line diff
     1.1 --- a/squirrelmail-html_mail/receipt	Fri Mar 04 00:08:04 2011 +0100
     1.2 +++ b/squirrelmail-html_mail/receipt	Fri Apr 15 15:10:30 2011 +0000
     1.3 @@ -15,6 +15,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	mkdir -p $DESTDIR
     1.8  	cp -a $src $DESTDIR/$SOURCE
     1.9  }
    1.10