wok 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 | 80038110fdd8 |
children | c0252ab44dd4 |
files | partclone/receipt |
line diff
1.1 --- a/partclone/receipt Thu Oct 04 11:21:46 2012 +0200 1.2 +++ b/partclone/receipt Thu Oct 04 11:53:21 2012 +0200 1.3 @@ -21,6 +21,8 @@ 1.4 --enable-fat \ 1.5 --enable-exfat \ 1.6 --enable-ntfs \ 1.7 + --enable-btrfs \ 1.8 + --enable-hfsp \ 1.9 --enable-ncursesw \ 1.10 && make && make install 1.11 }