install autostart file too
This commit is contained in:
parent
ffeb060002
commit
23fe661d37
3 changed files with 41 additions and 19 deletions
2
Setup.hs
2
Setup.hs
|
@ -52,6 +52,6 @@ installManpages copyDest verbosity pkg lbi =
|
|||
|
||||
installDesktopFile :: CopyDest -> Verbosity -> PackageDescription -> LocalBuildInfo -> IO ()
|
||||
installDesktopFile copyDest verbosity pkg lbi =
|
||||
InstallDesktopFile.writeDesktop $ InstallDesktopFile.desktop $ dstBinDir </> "git-annex"
|
||||
InstallDesktopFile.writeDesktop $ dstBinDir </> "git-annex"
|
||||
where
|
||||
dstBinDir = bindir $ absoluteInstallDirs pkg lbi copyDest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue