mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-24 11:34:35 +02:00
Debian package revision bump 1.0-6
This commit is contained in:

committed by
Kevin Tanguy

parent
ca37438ff9
commit
f3e582c957
4
debian/rules
vendored
4
debian/rules
vendored
@ -22,12 +22,12 @@ override_dh_install:
|
||||
cp README.md $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||
cp -R bin $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||
# /!\ 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)
|
||||
# (ls | sort -V | xargs -i echo /opt/cis-hardening/etc/conf.d/{} -- without README -- with ../hardening.cfg)
|
||||
cp -R etc $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||
cp -R lib $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||
# cleanup git stuff if any
|
||||
find $(CURDIR)/debian/$(PACKAGE) -type f -name .gitignore -delete
|
||||
|
||||
|
||||
|
||||
override_dh_installdocs:
|
||||
dh_installdocs
|
||||
|
Reference in New Issue
Block a user