summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHåvard Pettersson2018-11-11 00:10:14 +0100
committerHåvard Pettersson2018-11-11 00:10:14 +0100
commitb8baf00abfb96ede38ef6f652e371d1f4a22f5c3 (patch)
treeeba23530b5630d9ca6f138934d652c0735c70307
parent843c13bc7225b2d4ea96b05b1d02b17130fd2d5f (diff)
downloadaur-b8baf00abfb96ede38ef6f652e371d1f4a22f5c3.tar.gz
Don't package build/
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4f994433c6d..0e13cc0de48d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ package() {
install -d "$_appdir"
install package.json "$_appdir"
- cp -a {lib,build,generated,node_modules} "$_appdir"
+ cp -a {lib,generated,node_modules} "$_appdir"
install -D assets/icon.png "$_appdir"/assets/icon.png
install -D lib/gui/app/index.html "$_appdir"/lib/gui/app/index.html