From 2cdf5b68e720756af59bb603f512835c944da32a Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 5 Sep 2011 14:24:12 +0200 Subject: [PATCH] Allow make setting to get down the pipeline. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 54325bf..0c8b5a8 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ override_dh_auto_clean: debian/control override_dh_auto_build: # build all supported version - pg_buildext build $(SRCDIR) $(TARGET) "$(CFLAGS)" + +pg_buildext build $(SRCDIR) $(TARGET) "$(CFLAGS)" override_dh_auto_install: # then install each of them -- 2.39.5