summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-08-12 22:25:32 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:39 +0100
commit7230a7db139a2fac0f42fb0ac823f5b2f0e4fefe (patch)
tree8b94947a9159bbc4fddfec983b46d0147c9729ea /debian/rules
parentf34c8d45f5ff344eba7be255fc824965e2a4c6c7 (diff)
downloadlive-build-7230a7db139a2fac0f42fb0ac823f5b2f0e4fefe.zip
live-build-7230a7db139a2fac0f42fb0ac823f5b2f0e4fefe.tar.gz
Moving live-helper defaults file for cron autobuilder from /etc/default/live-helper to /etc/default/live-helper_autobuild in order to not conflict with the system-wide default file for helper configuration.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 50d5bb7..d1f9a44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ install: build
# Installing message catalogs
$(MAKE) -C po install DESTDIR=$(CURDIR)/debian/live-helper
- install -D -m 0644 debian/default debian/live-helper/etc/default/live-helper
+ install -D -m 0644 debian/default debian/live-helper/etc/default/live-helper_autobuild
# Preparing alternatives
mv debian/live-helper/usr/share/live-helper/includes debian/live-helper/usr/share/live-helper/includes.debian