[arch-commits] Commit in atom/trunk (PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Wed Oct 24 13:37:10 UTC 2018


    Date: Wednesday, October 24, 2018 @ 13:37:09
  Author: tensor5
Revision: 398824

upgpkg: atom 1.32.0-2

Fix Exec path in atom.desktop.

Modified:
  atom/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-24 13:30:28 UTC (rev 398823)
+++ PKGBUILD	2018-10-24 13:37:09 UTC (rev 398824)
@@ -2,7 +2,7 @@
 
 pkgname=atom
 pkgver=1.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -77,7 +77,8 @@
   install -d -m 755 "${pkgdir}/usr/share/applications"
   sed -e "s|<%= appName %>|Atom|" \
       -e "s/<%= description %>/${pkgdesc}/" \
-      -e "s|<%= installDir %>/share/<%= appFileName %>/atom|/usr/lib/atom/atom|" \
+      -e "s|<%= installDir %>|/usr|" \
+      -e "s|<%= appFileName %>|atom|" \
       -e "s|<%= iconPath %>|atom|" \
       resources/linux/atom.desktop.in > "${pkgdir}/usr/share/applications/atom.desktop"
 



More information about the arch-commits mailing list