# HG changeset patch # User Pascal Bellard # Date 1203341556 -3600 # Node ID 03c66d91b55f61ce36a5434289e203da48c66c7f # Parent 88157e3ce9ac36ded031018397215554a27b0cb7 Shfs: install shfsumount too diff -r 88157e3ce9ac -r 03c66d91b55f shfs/receipt --- a/shfs/receipt Mon Feb 18 00:24:44 2008 +0100 +++ b/shfs/receipt Mon Feb 18 14:32:36 2008 +0100 @@ -29,7 +29,7 @@ make mkdir -p _pkg/lib/modules/$kver-slitaz/kernel/fs/shfs/ _pkg/usr/bin cp shfs/Linux-2.6/shfs.ko _pkg/lib/modules/$kver-slitaz/kernel/fs/shfs/ - cp shfsmount/shfsmount _pkg/usr/bin + cp shfsmount/shfsmount shfsmount/shfsumount _pkg/usr/bin }