summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6eb0fe224ef9..8076f6a3f504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,6 +56,8 @@ prepare() {
sed -i -e "s/%%PKGNAME%%/$_pkgname/g" -e "s/%%PROJECTNAME%%/$_projectname/g" "$srcdir/electron-launcher.sh"
}
+# Unable to test functionality, as this version of Electron requires an active X11 session to call --version
+
package() {
cd "$srcdir/"
install -dm755 "$pkgdir/usr/lib/$_pkgname/"