File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ nwjs = $(nwjspkg)-ia32.tar.gz $(nwjspkg)-x64.tar.gz $(nwjspkg_arm)-arm.tar.gz $(
6060
6161# Submodules (Gem, etc.). You can list them with 'make submodules'.
6262# submodules = Gem externals/miXed $(addprefix l2ork_addons/, cwiid fftease3.0-32bit lyonpotpourri rtcmix-in-pd)
63- submodules = $(sort $(shell git -C .. config --file .gitmodules --get-regexp path | awk '{ print $$2 }') )
63+ submodules = $(sort $(shell git -C .. config --file .gitmodules --get-regexp path | awk '{ print $$2 }') externals/pd-lua/lua )
6464
6565# This is used for automatically generated debian/changelog entries (cf. 'make
6666# debchange'). Adjust as needed.
@@ -106,7 +106,7 @@ debsrc-us:
106106$(debsrc ) :
107107 rm -rf $(debdist )
108108# Make sure that the submodules are initialized.
109- git -C .. submodule update --init
109+ git -C .. submodule update --init --recursive
110110# Grab the main source.
111111 git -C .. archive --format=tar.gz --prefix=$(debdist)/ HEAD | tar xfz -
112112# Grab the submodules.
You can’t perform that action at this time.
0 commit comments