aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Masters <jcm@jonmasters.org>2010-03-10 03:21:20 -0500
committerJon Masters <jcm@jonmasters.org>2010-03-10 03:21:20 -0500
commitc4007c8bc797a69770b1399f0f72b673dc346f6b (patch)
tree9d2201798878b4d871e3e4b1bd92a2854ddceb52
parent03fe30d66d3123e3d38ab63c53662e8a879999ea (diff)
downloadmodule-init-tools-c4007c8bc797a69770b1399f0f72b673dc346f6b.tar.gz
build: fix the release location for automated builds
The location for my test builds is in a new directory. Signed-off-by: Jon Masters <jcm@jonmasters.org>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4bcf598..66a4801 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,7 +56,7 @@ noinst_PROGRAMS=modindex
noinst_LIBRARIES = libmodtools.a
INSTALL = $(SHELL) $(top_srcdir)/install-with-care
-DIST_DIR := /home/rusty/devel/kernel/www/modules/
+DIST_DIR := /data/work/releases/module-init-tools/
MAINTAINERCLEANFILES := $(man_MANS)