From 7494d6cfc888f4c3c3fe36fd4d8145fe1034dbba Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 30 Apr 2006 11:40:08 +0000 Subject: [PATCH] copy LCDd.conf to correct position --- scripts/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debian/rules b/scripts/debian/rules index 2538824..e2dbbd0 100755 --- a/scripts/debian/rules +++ b/scripts/debian/rules @@ -79,7 +79,7 @@ install: build # install config file (with some corrections sed -e '/^DriverPath=/s,server/drivers,/usr/lib/lcdproc,' \ < $(CURDIR)/LCDd.conf > $(CURDIR)/LCDd.conf.debian - install -m644 $(CURDIR)/LCDd.conf.debian $(CURDIR)/debian/lcdproc/etc/LCDd.conf + install -m644 $(CURDIR)/LCDd.conf.debian $(CURDIR)/debian/lcdproc/etc/lcdproc/LCDd.conf # trick: move samples into the correct directory # this saves us from patching Makefile.in files