PKGBUILD added fetching submodules

pull/20/head
FlightlessMango 4 years ago
parent a54de8dc7f
commit af03a68396

@ -15,7 +15,8 @@ pkgver() {
build() {
cd $startdir
./build.sh clean
git submodule update --init --depth 50
# ./build.sh clean
./build.sh build
}

Loading…
Cancel
Save