Skip to content

Commit

Permalink
Merge pull request #1131 from mariux64/update-atom-from-1.34.0-to-1.38.1
Browse files Browse the repository at this point in the history
Atom: Update from version 1.34.0 to 1.38.1
  • Loading branch information
pmenzel authored Jun 14, 2019
2 parents 97ac6d4 + 089a8e9 commit 75a13c7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions atom.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -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}"'

Expand Down

0 comments on commit 75a13c7

Please sign in to comment.