diff options
| author | Joey Hess <id@joeyh.name> | 2014-12-04 17:11:08 -0400 |
|---|---|---|
| committer | Joey Hess <id@joeyh.name> | 2014-12-04 17:11:08 -0400 |
| commit | cdf763b8b8deeb9c7e572afe268869e441ef30aa (patch) | |
| tree | 9a3c372c5bee7c8942bb2fa5a08446e148a8539a /src/Propellor/Property/OS.hs | |
| parent | 014af4a5b4a21185e16f7564be00859b3bc4c060 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/OS.hs')
| -rw-r--r-- | src/Propellor/Property/OS.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/OS.hs b/src/Propellor/Property/OS.hs index 14e5d85a..cbdb4d99 100644 --- a/src/Propellor/Property/OS.hs +++ b/src/Propellor/Property/OS.hs @@ -94,7 +94,7 @@ cleanInstallOnce confirmation = check (not <$> doesFileExist flagfile) $ let dest = "/" ++ takeFileName d whenM (not <$> fileExist dest) $ rename d dest - removeDirectory newOSDir + removeDirectoryRecursive newOSDir return MadeChange trickydirs = |
