From 26b88e0346df76c2a50b9d59439169931893dc1d Mon Sep 17 00:00:00 2001 From: Brian Witt Date: Thu, 23 Aug 2018 22:32:08 -0700 Subject: [PATCH] dont remove the database.yml.example and settings.yml.example files (#353) --- ext/debian/rules | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/debian/rules b/ext/debian/rules index c7dc10904..81f3541e4 100755 --- a/ext/debian/rules +++ b/ext/debian/rules @@ -30,8 +30,6 @@ binary-install/puppet-dashboard:: chmod -R a+rx $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/puppet-dashboard/script rm -rf $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/puppet-dashboard/ext/{redhat,debian,build_defaults.yaml,project_data.yaml} # Clean up the "extra" files - rm -f $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/puppet-dashboard/config/database.yml.example - rm -f $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/puppet-dashboard/config/settings.yml.example rm -f $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/puppet-dashboard/vendor/plugins/*/*LICENSE rm -f $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/puppet-dashboard/vendor/plugins/*/License.txt rm -f $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/puppet-dashboard/vendor/gems/*/*LICENSE