Skip to content
Snippets Groups Projects
Commit 0881ba35 authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

sha1sum: write relativ filename to checksum file

parent 96f4e40f
No related branches found
No related tags found
No related merge requests found
......@@ -612,7 +612,7 @@ config_clean:
vboxmanage convertfromraw --format vmdk "$<" "$@"
%.sha1sum : %
sha1sum "$<" > "$@"
(cd "$$(dirname "$<")" && sha1sum "$$(basename "$<")") > "$@"
help:
@echo "Defaul Architecture: $(ARCH) ($(call altarch,$(ARCH)))"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment