diff options
author | Daniil-Y | 2023-02-25 14:54:38 +0100 |
---|---|---|
committer | Daniil-Y | 2023-02-25 14:54:38 +0100 |
commit | 38fdf5b6696b627acbe67826316bfc9677538ba8 (patch) | |
tree | f9e47c9558244c59a473e1c6aec89337e3460d2b /PKGBUILD | |
parent | 89f10a4f88af1f98cf40a0dc24892f8d317ba6b4 (diff) | |
download | aur-38fdf5b6696b627acbe67826316bfc9677538ba8.tar.gz |
dfdsfs
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |