summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeko-san2022-08-31 13:18:32 -0500
committerNeko-san2022-08-31 13:18:32 -0500
commit4267e1bbdba88b07e649855545c8ee2d6e99a77f (patch)
tree7b61922c59789a30389ae5fbdd6b261d5b573efa
parentcfe82535e3eeefa0604ec597da6c56e43d229d14 (diff)
downloadaur-4267e1bbdba88b07e649855545c8ee2d6e99a77f.tar.gz
Edited the PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f665bcfa424..90d95f29de47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -145,7 +145,7 @@ package() {
sed -i "5c\Path=/${_install_dir}/Engine/Binaries/Linux/" com.unrealengine.UE4Editor.desktop
sed -i "6c\Exec=/${_install_dir}/Engine/Binaries/Linux/UE4Editor %F" com.unrealengine.UE4Editor.desktop
fi
- install -Dm775 com.unrealengine.UE4Editor.desktop "$pkgdir/usr/share/applications/com.unrealengine.UE4Editor.desktop"
+ install -Dm775 com.unrealengine.UE4Editor.desktop "${pkgdir}/usr/share/applications/com.unrealengine.UE4Editor.desktop"
## Install a pacman hook to keep old builds from compounding cache by tens of GBs - 2 builds alone can reach at least 30 GBs in pacman's cache; having one only takes up about 15 GBs
install -Dm775 unreal-engine-4-pacman-cache.hook "${pkgdir}/etc/pacman.d/hooks/unreal-engine-4-pacman-cache.hook"