summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniil-Y2023-02-25 14:54:38 +0100
committerDaniil-Y2023-02-25 14:54:38 +0100
commit38fdf5b6696b627acbe67826316bfc9677538ba8 (patch)
treef9e47c9558244c59a473e1c6aec89337e3460d2b /PKGBUILD
parent89f10a4f88af1f98cf40a0dc24892f8d317ba6b4 (diff)
downloadaur-38fdf5b6696b627acbe67826316bfc9677538ba8.tar.gz
dfdsfs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6623ef38335..acc682fe3408 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,13 +11,13 @@ source=("git+$url#branch=main")
md5sums=('SKIP')
build() {
- cd Graph-Editor-Linux
+ cd "Graph-Editor-Linux"
git submodule init
git submodule update
}
package() {
- cd Graph-Editor-Linux
+ cd "Graph-Editor-Linux"
gradle run
}