Skip to content

Commit

Permalink
Fixes #24037: Invalid makefile and missing postinst
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Jan 17, 2024
1 parent 4b05d78 commit b94b9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openscap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PROXY_ENV = $(if $(PROXY), http_proxy=$(PROXY) ftp_proxy=$(PROXY))
GET=get() { $(PROXY_ENV) curl -s -L -o "$$1.part" "$$2" && { openssl dgst -sha256 "$$1.part" | grep -q "$$3" || { echo "Wrong checksum, aborting"; exit 1; }; } && mv "$$1.part" "$$1"; }; get

FILES = antisamy.xml openscap.properties openscap_technique.zip
SCRIPTS = postinst prerm
SCRIPTS = postinst

#include ../makefiles/common-plugin.mk
include ../makefiles/common-scala-plugin.mk
Expand Down

0 comments on commit b94b9d2

Please sign in to comment.