move
This commit is contained in:
parent
f159cda450
commit
e24ff46f96
7 changed files with 3 additions and 3 deletions
|
@ -87,7 +87,7 @@ writeOSXDesktop command = do
|
||||||
|
|
||||||
installOSXAppFile :: FilePath -> FilePath -> Maybe String -> IO ()
|
installOSXAppFile :: FilePath -> FilePath -> Maybe String -> IO ()
|
||||||
installOSXAppFile appdir appfile mcontent = do
|
installOSXAppFile appdir appfile mcontent = do
|
||||||
let src = "ui-macos" </> appdir </> appfile
|
let src = "standalone" </> "macos" </> appdir </> appfile
|
||||||
home <- myHomeDir
|
home <- myHomeDir
|
||||||
dest <- ifM systemwideInstall
|
dest <- ifM systemwideInstall
|
||||||
( return $ "/Applications" </> appdir </> appfile
|
( return $ "/Applications" </> appdir </> appfile
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -177,7 +177,7 @@ OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS
|
||||||
osxapp: $(bins)
|
osxapp: $(bins)
|
||||||
rm -rf "$(OSXAPP_DEST)"
|
rm -rf "$(OSXAPP_DEST)"
|
||||||
install -d $(GIT_ANNEX_TMP_BUILD_DIR)/build-dmg
|
install -d $(GIT_ANNEX_TMP_BUILD_DIR)/build-dmg
|
||||||
cp -R ui-macos/git-annex.app "$(OSXAPP_DEST)"
|
cp -R standalone/osx/git-annex.app "$(OSXAPP_DEST)"
|
||||||
|
|
||||||
install -d "$(OSXAPP_BASE)/bin"
|
install -d "$(OSXAPP_BASE)/bin"
|
||||||
cp git-annex "$(OSXAPP_BASE)/bin/"
|
cp git-annex "$(OSXAPP_BASE)/bin/"
|
||||||
|
|
2
debian/copyright
vendored
2
debian/copyright
vendored
|
@ -9,7 +9,7 @@ Files: Assistant/WebApp.hs Assistant/WebApp/* templates/* static/*
|
||||||
Copyright: © 2012 Joey Hess <joey@kitenet.net>
|
Copyright: © 2012 Joey Hess <joey@kitenet.net>
|
||||||
License: AGPL-3+
|
License: AGPL-3+
|
||||||
|
|
||||||
Files: doc/logo* */favicon.ico ui-macos/git-annex.app/Contents/Resources/git-annex.icns
|
Files: doc/logo* */favicon.ico standalone/osx/git-annex.app/Contents/Resources/git-annex.icns
|
||||||
Copyright: 2007 Henrik Nyh <http://henrik.nyh.se/>
|
Copyright: 2007 Henrik Nyh <http://henrik.nyh.se/>
|
||||||
2010 Joey Hess <joey@kitenet.net>
|
2010 Joey Hess <joey@kitenet.net>
|
||||||
License: other
|
License: other
|
||||||
|
|
Loading…
Reference in a new issue