summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic Giebert2021-11-17 15:39:25 +0100
committerDominic Giebert2021-11-17 15:39:25 +0100
commit5669f36a70f5b9fc7f251fdb69acb3a5ab33d235 (patch)
tree4a0cd329f4a2ac229512810922a3ecc440a45a33
parent88ef86dd8468ee061bf00d359563293a547b4957 (diff)
downloadaur-5669f36a70f5b9fc7f251fdb69acb3a5ab33d235.tar.gz
Fix directory in sed
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 113c13d973c2..69251621bb8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rancher-desktop
pkgdesc='Rancher Desktop is an open-source project to bring Kubernetes and container management to the desktop'
pkgver=0.6.1
-pkgrel=1
+pkgrel=2
arch=('x86_64')
license=('MIT')
url='https://rancherdesktop.io/'
@@ -24,7 +24,7 @@ build() {
convert -resize "${size}" "${icon}" "share/icons/hicolor/${size}/apps/${pkgname}.png"
done
- sed -i "s|Exec=rancher-desktop|Exec=opt/${pkgname}/rancher-desktop|g" packaging/linux/rancher-desktop.desktop
+ sed -i "s|Exec=rancher-desktop|Exec=/opt/${pkgname}/rancher-desktop|g" packaging/linux/rancher-desktop.desktop
# Remove Flatpak and appimage as they are not needed
rm packaging/linux/appimage.yml