From f15b5d8007cd79fe9e40a8be4a34daad0cb75870 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 28 Oct 2000 22:05:31 +0000 Subject: [PATCH] fixed demo to not need root r71 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41a4aa1..7976432 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,9 @@ $(BIN): $(OBJS) $(CC) -o $(BIN) $(OBJS) $(LIBS) demo: $(BIN) - debconf-loadtemplate debian/templates + ln -sf debian/templates main-menu.template /usr/share/debconf/frontend ./$(BIN) + rm -f main-menu.template # Size optimized and stripped binary target. small: CFLAGS=-Os $(CFLAGS) -DSMALL