Skip to content

Commit 101b9a4

Browse files
committed
Update debuild.
1 parent 1f0a207 commit 101b9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debuild/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)