mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-22 10:43:43 +02:00
Debian package revision bump 1.0-3
This commit is contained in:

committed by
thibault.dewailly

parent
5048099df8
commit
8b846d77bb
3
debian/rules
vendored
3
debian/rules
vendored
@ -21,9 +21,6 @@ override_dh_install:
|
||||
mkdir -p $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||
cp README $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||
cp -R bin $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||
# standard default global config file
|
||||
mkdir -p $(CURDIR)/debian/$(PACKAGE)/etc/default/
|
||||
cp etc/hardening.cfg $(CURDIR)/debian/$(PACKAGE)/etc/default/
|
||||
# /!\ tag /opt/$(PACKAGE)/etc/conf.d/* as configuration files in conffiles
|
||||
# (ls | sort -V | xargs -i echo opt/cis-hardening/etc/conf.d/{} -- without README)
|
||||
cp -R etc $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||
|
Reference in New Issue
Block a user