diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2015-10-09 23:22:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-09 23:22:55 +0700 |
commit | 3a9e63716206df892d50519e931751c60991eefc (patch) | |
tree | 58769b6facae2dd728cf5f5b9b8b69db59cf18bd /system/ciopfs/README | |
parent | 9133ec82150551d2750a1b8d63f5de64f9c53173 (diff) | |
download | slackbuilds-3a9e63716206df892d50519e931751c60991eefc.tar.gz |
system/ciopfs: Added (case insensitive FUSE filesystem).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ciopfs/README')
-rw-r--r-- | system/ciopfs/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/ciopfs/README b/system/ciopfs/README new file mode 100644 index 0000000000..8288557370 --- /dev/null +++ b/system/ciopfs/README @@ -0,0 +1,3 @@ +ciopfs is a case-insensitive FUSE filesystem. It is useful for getting +around issues where, say, a game is ported from Linux to Windows but +the mods for that game still expect a case-insenitive filesystem. |