From 379a93fa298e402021b93a8cdf335b5480e78535 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Tue, 27 Jan 2015 19:34:21 +0100 Subject: two commands not allowed to fail (debian/rules) --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 44adb87b..0c2ab9f2 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,6 @@ override_dh_install: override_dh_auto_install: INSTALL_ROOT=$(CURDIR)/debian/tmp/ $(MAKE) install -rm -rf $(CURDIR)/debian/tmp/usr/etc/ - -mkdir $(CURDIR)/debian/lumina-core/etc/ - -install -m644 $(CURDIR)/debian/luminaDesktop.conf \ + mkdir $(CURDIR)/debian/lumina-core/etc/ + install -m644 $(CURDIR)/debian/luminaDesktop.conf \ $(CURDIR)/debian/lumina-core/etc/luminaDesktop.conf -- cgit