We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e4b78 commit d947b3dCopy full SHA for d947b3d
1 file changed
debian/rules
@@ -113,7 +113,8 @@ binary-common:
113
# dh_shlibdeps
114
dh_gencontrol
115
dh_md5sums
116
- dh_builddeb
+ mkdir -p ./artifacts/debs
117
+ dh_builddeb --destdir=$(CURDIR)/artifacts/debs
118
# Build architecture independant packages using the common target.
119
# binary-indep: build-indep install-indep
120
# $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
0 commit comments