We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be33848 commit 231db2bCopy full SHA for 231db2b
debian/rules
@@ -28,6 +28,7 @@ override_dh_install:
28
# (ls | sort -V | xargs -i echo /opt/cis-hardening/etc/conf.d/{} -- without README -- with ../hardening.cfg)
29
cp -R etc $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
30
cp -R lib $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
31
+ cp -R versions $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
32
# cleanup git stuff if any
33
find $(CURDIR)/debian/$(PACKAGE) -type f -name .gitignore -delete
34
0 commit comments