From 525971682254ef476c23171f34ec1782095973e0 Mon Sep 17 00:00:00 2001 From: rEnr3n <18730618+rEnr3n@users.noreply.github.com> Date: Mon, 29 Jun 2020 15:42:25 +0800 Subject: [PATCH] Change 'file' instances to 'export' --- Makefile | 2 +- pass-export.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 34f1ca4..b04de7c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PROG ?= file +PROG ?= export PREFIX ?= /usr DESTDIR ?= LIBDIR ?= $(PREFIX)/lib diff --git a/pass-export.1 b/pass-export.1 index 11c7678..580b806 100644 --- a/pass-export.1 +++ b/pass-export.1 @@ -38,7 +38,7 @@ Export a password entry .SH AUTHORS -.B pass file +.B pass export was written by .MT divogt@dima23.de Dimitrij Vogt