From 9e2ac7f98ea8cf249282949d85ed6680c6e536fb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 23 Oct 2021 15:19:27 -0500 Subject: [PATCH] BUILD: set STAMP_DIR to '/usr/local/' to see what happens --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index bf18228..5ad3ad9 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ PACKAGE = x11-xserver-utils # subdirectory explicitly so that the build system knows what to build DEF_SUBDIRS=iceauth rgb sessreg xcmsdb xgamma xhost xmodmap xrandr xrdb xrefresh xset xsetmode xsetpointer xsetroot xstdcmap xvidtune SUBDIRS=$(DEF_SUBDIRS) -STAMP_DIR=stampDirTest +STAMP_DIR=/usr/local/ CONFIG_STAMPS = $(addprefix $(STAMP_DIR)/configure-, $(SUBDIRS)) BUILD_STAMPS = $(addprefix $(STAMP_DIR)/build-,$(SUBDIRS))