wok diff squirrelmail-autocomplete/receipt @ rev 12964

sqlite: No need to add lib .so files into sqlite package cause with have libsqlite. Sqlite is also DEPENDS on libsqlite so i don't know your problem pascal.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 31 18:52:02 2012 +0000 (2012-05-31)
parents f81e47267992
children b13ed9740841
line diff
     1.1 --- a/squirrelmail-autocomplete/receipt	Fri Mar 04 00:08:04 2011 +0100
     1.2 +++ b/squirrelmail-autocomplete/receipt	Thu May 31 18:52:02 2012 +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