summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a837bd6bafb2..d1fdf3afc2a1 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/"