mirror of
https://github.com/Yubico/yubikey-ksm.git
synced 2025-01-19 07:52:17 +01:00
Add symlink rule.
This commit is contained in:
parent
c1a3f8615b
commit
3a5e5dd749
7
Makefile
7
Makefile
@ -64,6 +64,13 @@ install:
|
||||
install -D ykksm-db.sql $(docprefix)/ykksm-db.sql
|
||||
install -D $(DOCS) $(docprefix)/
|
||||
|
||||
wwwprefix = /var/www/wsapi
|
||||
|
||||
symlink:
|
||||
install -d $(wwwprefix)
|
||||
ln -sf $(phpprefix)/.htaccess $(wwwprefix)/.htaccess
|
||||
ln -sf $(phpprefix)/ykval-decrypt.php $(wwwprefix)/decrypt.php
|
||||
|
||||
PROJECT=yubikey-ksm
|
||||
USER=simon75j
|
||||
KEYID=B9156397
|
||||
|
Loading…
x
Reference in New Issue
Block a user