wok rev 13327

librsync: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 03 11:17:28 2012 +0200 (2012-09-03)
parents 65f68f9e76ad
children 0b031ffdc318
files librsync/receipt
line diff
     1.1 --- a/librsync/receipt	Mon Sep 03 11:13:00 2012 +0200
     1.2 +++ b/librsync/receipt	Mon Sep 03 11:17:28 2012 +0200
     1.3 @@ -27,7 +27,7 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir $fs/usr
     1.7 -	cp -a $install/usr/install $fs/usr
     1.8 +	cp -a $install/usr/include $fs/usr
     1.9  	cp -a $install/usr/bin $fs/usr
    1.10  	cp -a $install/usr/lib $fs/usr
    1.11  }