diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-17 16:43:10 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-17 16:43:10 -0500 |
| commit | 640e6672c36985234929fc94a1b8288a82427699 (patch) | |
| tree | 94f67bfa64d04e05b55bb115e9cfd23d5e4c7b34 /Makefile | |
| parent | a87c27c80800fdd1d5313eb37b4c304615144cfb (diff) | |
| download | smartcardauth-640e6672.tar.gz smartcardauth-640e6672.zip | |
v2.0 Release
Use TDE builtins for almost all functions
This package now only provides the initramfs LUKS configuration and related program(s)
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -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 |
