summaryrefslogtreecommitdiff
path: root/scripts/pacman-make-keyring
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pacman-make-keyring')
-rwxr-xr-xscripts/pacman-make-keyring3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/pacman-make-keyring b/scripts/pacman-make-keyring
index 589984d..4fa2a0d 100755
--- a/scripts/pacman-make-keyring
+++ b/scripts/pacman-make-keyring
@@ -1,5 +1,8 @@
#!/usr/bin/make -rRf
# Usage: pacman-make-keyring V=$(date -u +%Y%m%d)
+
+# Copyright 2014, 2016 Luke Shumaker <lukeshu@sbcglobal.net>.
+
ifeq ($(origin V),undefined)
$(info Usage: pacman-make-keyring V=$$(date -u +%Y%m%d))
$(error You must set V= on the command line)