summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-20 22:57:21 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-20 22:57:21 +0000
commit099f1b592a9f136c18e0ed4e45e5c046e74c5513 (patch)
treeccdf257fdd25e807212208fe740def6af49eaa0e /Makefile
parent32b6f4c4aeddfdda9343d59fba02ae7fe3e0b24c (diff)
downloadsmartcardauth-099f1b592a9f136c18e0ed4e45e5c046e74c5513.tar.gz
smartcardauth-099f1b592a9f136c18e0ed4e45e5c046e74c5513.zip
Fix smartauthmon installation failure
Fixm cryptluks initrd setup on multiarch systems git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/smartcardauth@1254703 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 236a57a..9259b90 100755
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ install:
mkdir -p $(DESTDIR)/usr
cp -Rp src/ckpasswd usr/bin/smartauthckpasswd
+ cp -Rp src/smartauthmon usr/bin/smartauthmon
cp -Rp usr/* $(DESTDIR)/usr/
mkdir -p $(DESTDIR)/etc