wok diff librsync/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 65f68f9e76ad
children 086841d75237
line diff
     1.1 --- a/librsync/receipt	Mon Sep 03 11:13:00 2012 +0200
     1.2 +++ b/librsync/receipt	Thu Oct 04 11:53:21 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  }