copy LCDd.conf to correct position

This commit is contained in:
marschap
2006-04-30 11:40:08 +00:00
parent a4eb470f59
commit 7494d6cfc8
+1 -1
View File
@@ -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