diff options
Diffstat (limited to 'Build/InstallDesktopFile.hs')
-rw-r--r-- | Build/InstallDesktopFile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/InstallDesktopFile.hs b/Build/InstallDesktopFile.hs index 035d16016..3f8b980cc 100644 --- a/Build/InstallDesktopFile.hs +++ b/Build/InstallDesktopFile.hs @@ -49,7 +49,7 @@ isRoot = do inDestDir :: FilePath -> IO FilePath inDestDir f = do - destdir <- catchDefaultIO (getEnv "DESTDIR") "" + destdir <- catchDefaultIO "" (getEnv "DESTDIR") return $ destdir </> f writeFDODesktop :: FilePath -> IO () |