summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 9259b90..9d083e5 100755
--- a/Makefile
+++ b/Makefile
@@ -1,21 +1,15 @@
FPACKAGE = smartcardauth
-VERSION = 1.0
+VERSION = 2.0
build:
clean:
install:
- sed -i "s#scriptor#scriptor_standalone#g" scriptor_standalone.pl
- /usr/bin/pp -a /usr/lib/perl5/Chipcard -a /usr/lib/perl5/Chipcard -o scriptor_standalone scriptor_standalone.pl
- rm scriptor_standalone.pl
- mv scriptor_standalone usr/bin/scriptor_standalone
-
- ./build_ckpasswd
+ ./build_cardpincheck
mkdir -p $(DESTDIR)/usr
- cp -Rp src/ckpasswd usr/bin/smartauthckpasswd
- cp -Rp src/smartauthmon usr/bin/smartauthmon
+ cp -Rp src/cardpincheck usr/bin/cardpincheck
cp -Rp usr/* $(DESTDIR)/usr/
mkdir -p $(DESTDIR)/etc