From e125ce74b87a86b80f1eead371390ce72c58428b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 4 Aug 2012 18:17:16 -0400 Subject: 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. --- Utility/Mounts.hsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility/Mounts.hsc') 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) -- cgit v1.2.3