diff --git a/atom.be0 b/atom.be0 index 219080005..deebd6a18 100755 --- a/atom.be0 +++ b/atom.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION atom-1.34.0-0 +# BEE_VERSION atom-1.38.1-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -70,7 +70,11 @@ mee_build() { } mee_install() { - sed 's%/scratch/local2/bee-schrader/atom/atom-1.34.0-0/image%%' -i ${D}${DATADIR}/applications/atom.desktop + sed "s%${D}%%" -i ${D}${DATADIR}/applications/atom.desktop +} + +mee_install_post() { + start_cmd rm -rf ${D}${DATADIR}/atom/resources/app/apm/node_modules/git-utils/deps/libgit2/tests } ## by default this may be 'make install DESTDIR="${D}"'