From 5cffa3d484ba8f9dc4873fbea66f0a2730480feb Mon Sep 17 00:00:00 2001 From: Rudolf J Streif Date: Tue, 23 Feb 2016 08:24:48 -0800 Subject: Unified configuration files The configuration file rvi_yocto.config still represented a previous state. Made it the same as rvi_ubuntu.config which represents the newest configuration settings. Since there also was no rvi_debian.config (the rvi_ubuntu.config file was used when building for Debian), I created that for consistency reasons. Future will tell if we actually need separate configuration files for the different build and deployment environments. If not then we can consolidate easily later. Signed-off-by: Rudolf J Streif --- debian_template/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian_template') diff --git a/debian_template/rules b/debian_template/rules index b6b8c0a..fc2f6c0 100755 --- a/debian_template/rules +++ b/debian_template/rules @@ -18,4 +18,4 @@ override_dh_auto_install: # Copy out rvi_ctl to /usr/bin install -D -m 0755 ./debian/rvi/usr/lib/rvi_core/rvi_ctl ./debian/rvi/usr/bin/rvi_ctl # Install default config - install -D -m 0644 ./priv/config/rvi_ubuntu.config ./debian/rvi/etc/rvi/rvi.config + install -D -m 0644 ./priv/config/rvi_debian.config ./debian/rvi/etc/rvi/rvi.config -- cgit v1.2.1