summaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-04 18:17:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-04 18:17:16 -0400
commite125ce74b87a86b80f1eead371390ce72c58428b (patch)
tree7678eed91ecc956709b728655ea92b5ef5050fcf /Utility
parente0c3958d9acc97c15a209c287c1d49e859ca4fea (diff)
work toward adding new repos on removable drives
This actually does add a new repo, but it doesn't yet set up remotes, or sync to it.
Diffstat (limited to 'Utility')
-rw-r--r--Utility/Mounts.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Mounts.hsc b/Utility/Mounts.hsc
index 6b69e844a..0b1468521 100644
--- a/Utility/Mounts.hsc
+++ b/Utility/Mounts.hsc
@@ -28,7 +28,7 @@ import Prelude hiding (catch)
- fields available everywhere. -}
data Mntent = Mntent
{ mnt_fsname :: String
- , mnt_dir :: String
+ , mnt_dir :: FilePath
, mnt_type :: String
} deriving (Read, Show, Eq, Ord)