wok rev 9037

iron-linux, squirrelmail plugins: fix genpkg_rules (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 04 00:29:16 2011 +0100 (2011-03-04)
parents f81e47267992
children cc0d309b30c0
files iron-linux/receipt squirrelmail-archive/receipt squirrelmail-autocomplete/receipt squirrelmail-autorespond/receipt squirrelmail-bookmarks/receipt squirrelmail-calendard-file-backend/receipt squirrelmail-calendard-sql-backend/receipt squirrelmail-compatibility-plugin/receipt squirrelmail-html/receipt squirrelmail-html_mail/receipt squirrelmail-ldapuser/receipt squirrelmail-legend/receipt squirrelmail-msg_flags/receipt squirrelmail-multilogin/receipt squirrelmail-notes/receipt squirrelmail-quota/receipt squirrelmail-shared_calendars/receipt squirrelmail-sieve/receipt squirrelmail-sizes/receipt squirrelmail-spamassassin/receipt squirrelmail-vkeyboard/receipt
line diff
     1.1 --- a/iron-linux/receipt	Fri Mar 04 00:08:04 2011 +0100
     1.2 +++ b/iron-linux/receipt	Fri Mar 04 00:29:16 2011 +0100
     1.3 @@ -13,6 +13,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/$PACKAGE
     1.9  }
    1.10  
     2.1 --- a/squirrelmail-archive/receipt	Fri Mar 04 00:08:04 2011 +0100
     2.2 +++ b/squirrelmail-archive/receipt	Fri Mar 04 00:29:16 2011 +0100
     2.3 @@ -14,6 +14,7 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 +	mkdir -p $DESTDIR
     2.8  	cp -a $src $DESTDIR/$SOURCE
     2.9  }
    2.10  
     3.1 --- a/squirrelmail-autocomplete/receipt	Fri Mar 04 00:08:04 2011 +0100
     3.2 +++ b/squirrelmail-autocomplete/receipt	Fri Mar 04 00:29:16 2011 +0100
     3.3 @@ -15,6 +15,7 @@
     3.4  # Rules to configure and make the package.
     3.5  compile_rules()
     3.6  {
     3.7 +	mkdir -p $DESTDIR
     3.8  	cp -a $src $DESTDIR/$SOURCE
     3.9  }
    3.10  
     4.1 --- a/squirrelmail-autorespond/receipt	Fri Mar 04 00:08:04 2011 +0100
     4.2 +++ b/squirrelmail-autorespond/receipt	Fri Mar 04 00:29:16 2011 +0100
     4.3 @@ -15,6 +15,7 @@
     4.4  # Rules to configure and make the package.
     4.5  compile_rules()
     4.6  {
     4.7 +	mkdir -p $DESTDIR
     4.8  	cp -a $src $DESTDIR/$SOURCE
     4.9  }
    4.10  
     5.1 --- a/squirrelmail-bookmarks/receipt	Fri Mar 04 00:08:04 2011 +0100
     5.2 +++ b/squirrelmail-bookmarks/receipt	Fri Mar 04 00:29:16 2011 +0100
     5.3 @@ -15,6 +15,7 @@
     5.4  # Rules to configure and make the package.
     5.5  compile_rules()
     5.6  {
     5.7 +	mkdir -p $DESTDIR
     5.8  	cp -a $src $DESTDIR/$SOURCE
     5.9  }
    5.10  
     6.1 --- a/squirrelmail-calendard-file-backend/receipt	Fri Mar 04 00:08:04 2011 +0100
     6.2 +++ b/squirrelmail-calendard-file-backend/receipt	Fri Mar 04 00:29:16 2011 +0100
     6.3 @@ -15,6 +15,7 @@
     6.4  # Rules to configure and make the package.
     6.5  compile_rules()
     6.6  {
     6.7 +	mkdir -p $DESTDIR
     6.8  	cp -a $src $DESTDIR/$SOURCE
     6.9  }
    6.10  
     7.1 --- a/squirrelmail-calendard-sql-backend/receipt	Fri Mar 04 00:08:04 2011 +0100
     7.2 +++ b/squirrelmail-calendard-sql-backend/receipt	Fri Mar 04 00:29:16 2011 +0100
     7.3 @@ -16,6 +16,7 @@
     7.4  # Rules to configure and make the package.
     7.5  compile_rules()
     7.6  {
     7.7 +	mkdir -p $DESTDIR
     7.8  	cp -a $src $DESTDIR/$SOURCE
     7.9  }
    7.10  
     8.1 --- a/squirrelmail-compatibility-plugin/receipt	Fri Mar 04 00:08:04 2011 +0100
     8.2 +++ b/squirrelmail-compatibility-plugin/receipt	Fri Mar 04 00:29:16 2011 +0100
     8.3 @@ -14,6 +14,7 @@
     8.4  # Rules to configure and make the package.
     8.5  compile_rules()
     8.6  {
     8.7 +	mkdir -p $DESTDIR
     8.8  	cp -a $src $DESTDIR/$SOURCE
     8.9  }
    8.10  
     9.1 --- a/squirrelmail-html/receipt	Fri Mar 04 00:08:04 2011 +0100
     9.2 +++ b/squirrelmail-html/receipt	Fri Mar 04 00:29:16 2011 +0100
     9.3 @@ -14,6 +14,7 @@
     9.4  # Rules to configure and make the package.
     9.5  compile_rules()
     9.6  {
     9.7 +	mkdir -p $DESTDIR
     9.8  	cp -a $src $DESTDIR/$SOURCE
     9.9  }
    9.10  
    10.1 --- a/squirrelmail-html_mail/receipt	Fri Mar 04 00:08:04 2011 +0100
    10.2 +++ b/squirrelmail-html_mail/receipt	Fri Mar 04 00:29:16 2011 +0100
    10.3 @@ -15,6 +15,7 @@
    10.4  # Rules to configure and make the package.
    10.5  compile_rules()
    10.6  {
    10.7 +	mkdir -p $DESTDIR
    10.8  	cp -a $src $DESTDIR/$SOURCE
    10.9  }
   10.10  
    11.1 --- a/squirrelmail-ldapuser/receipt	Fri Mar 04 00:08:04 2011 +0100
    11.2 +++ b/squirrelmail-ldapuser/receipt	Fri Mar 04 00:29:16 2011 +0100
    11.3 @@ -15,6 +15,7 @@
    11.4  # Rules to configure and make the package.
    11.5  compile_rules()
    11.6  {
    11.7 +	mkdir -p $DESTDIR
    11.8  	cp -a $src $DESTDIR/$SOURCE
    11.9  }
   11.10  
    12.1 --- a/squirrelmail-legend/receipt	Fri Mar 04 00:08:04 2011 +0100
    12.2 +++ b/squirrelmail-legend/receipt	Fri Mar 04 00:29:16 2011 +0100
    12.3 @@ -14,6 +14,7 @@
    12.4  # Rules to configure and make the package.
    12.5  compile_rules()
    12.6  {
    12.7 +	mkdir -p $DESTDIR
    12.8  	cp -a $src $DESTDIR/$SOURCE
    12.9  }
   12.10  
    13.1 --- a/squirrelmail-msg_flags/receipt	Fri Mar 04 00:08:04 2011 +0100
    13.2 +++ b/squirrelmail-msg_flags/receipt	Fri Mar 04 00:29:16 2011 +0100
    13.3 @@ -14,6 +14,7 @@
    13.4  # Rules to configure and make the package.
    13.5  compile_rules()
    13.6  {
    13.7 +	mkdir -p $DESTDIR
    13.8  	cp -a $src $DESTDIR/$SOURCE
    13.9  }
   13.10  
    14.1 --- a/squirrelmail-multilogin/receipt	Fri Mar 04 00:08:04 2011 +0100
    14.2 +++ b/squirrelmail-multilogin/receipt	Fri Mar 04 00:29:16 2011 +0100
    14.3 @@ -15,6 +15,7 @@
    14.4  # Rules to configure and make the package.
    14.5  compile_rules()
    14.6  {
    14.7 +	mkdir -p $DESTDIR
    14.8  	cp -a $src $DESTDIR/$SOURCE
    14.9  }
   14.10  
    15.1 --- a/squirrelmail-notes/receipt	Fri Mar 04 00:08:04 2011 +0100
    15.2 +++ b/squirrelmail-notes/receipt	Fri Mar 04 00:29:16 2011 +0100
    15.3 @@ -15,6 +15,7 @@
    15.4  # Rules to configure and make the package.
    15.5  compile_rules()
    15.6  {
    15.7 +	mkdir -p $DESTDIR
    15.8  	cp -a $src $DESTDIR/$SOURCE
    15.9  }
   15.10  
    16.1 --- a/squirrelmail-quota/receipt	Fri Mar 04 00:08:04 2011 +0100
    16.2 +++ b/squirrelmail-quota/receipt	Fri Mar 04 00:29:16 2011 +0100
    16.3 @@ -15,6 +15,7 @@
    16.4  # Rules to configure and make the package.
    16.5  compile_rules()
    16.6  {
    16.7 +	mkdir -p $DESTDIR
    16.8  	cp -a $src $DESTDIR/$SOURCE
    16.9  }
   16.10  
    17.1 --- a/squirrelmail-shared_calendars/receipt	Fri Mar 04 00:08:04 2011 +0100
    17.2 +++ b/squirrelmail-shared_calendars/receipt	Fri Mar 04 00:29:16 2011 +0100
    17.3 @@ -15,6 +15,7 @@
    17.4  # Rules to configure and make the package.
    17.5  compile_rules()
    17.6  {
    17.7 +	mkdir -p $DESTDIR
    17.8  	cp -a $src $DESTDIR/calendar
    17.9  }
   17.10  
    18.1 --- a/squirrelmail-sieve/receipt	Fri Mar 04 00:08:04 2011 +0100
    18.2 +++ b/squirrelmail-sieve/receipt	Fri Mar 04 00:29:16 2011 +0100
    18.3 @@ -15,6 +15,7 @@
    18.4  # Rules to configure and make the package.
    18.5  compile_rules()
    18.6  {
    18.7 +	mkdir -p $DESTDIR
    18.8  	cp -a $src $DESTDIR/$SOURCE
    18.9  }
   18.10  
    19.1 --- a/squirrelmail-sizes/receipt	Fri Mar 04 00:08:04 2011 +0100
    19.2 +++ b/squirrelmail-sizes/receipt	Fri Mar 04 00:29:16 2011 +0100
    19.3 @@ -14,6 +14,7 @@
    19.4  # Rules to configure and make the package.
    19.5  compile_rules()
    19.6  {
    19.7 +	mkdir -p $DESTDIR
    19.8  	cp -a $src $DESTDIR/$SOURCE
    19.9  }
   19.10  
    20.1 --- a/squirrelmail-spamassassin/receipt	Fri Mar 04 00:08:04 2011 +0100
    20.2 +++ b/squirrelmail-spamassassin/receipt	Fri Mar 04 00:29:16 2011 +0100
    20.3 @@ -15,6 +15,7 @@
    20.4  # Rules to configure and make the package.
    20.5  compile_rules()
    20.6  {
    20.7 +	mkdir -p $DESTDIR
    20.8  	cp -a $src $DESTDIR/$SOURCE
    20.9  }
   20.10  
    21.1 --- a/squirrelmail-vkeyboard/receipt	Fri Mar 04 00:08:04 2011 +0100
    21.2 +++ b/squirrelmail-vkeyboard/receipt	Fri Mar 04 00:29:16 2011 +0100
    21.3 @@ -15,6 +15,7 @@
    21.4  # Rules to configure and make the package.
    21.5  compile_rules()
    21.6  {
    21.7 +	mkdir -p $DESTDIR
    21.8  	cp -a $src $DESTDIR/$SOURCE
    21.9  }
   21.10