ldapjdk/sources-update.sh
Petr Šabata 9968018c08 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/ldapjdk#d04113c89f850def108d9baeba8387e409a1e7d5
2020-10-15 15:12:20 +02:00

8 lines
96 B
Bash
Executable File

#!/bin/sh
SOURCE=$1
TARGET=`basename $1`
cp $SOURCE $TARGET
sha512sum --tag $TARGET > sources