1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2025-03-16 03:29:20 +01:00

Fix symlink rule.

This commit is contained in:
Simon Josefsson 2009-12-15 19:17:37 +00:00
parent 2f12b464d8
commit f7f253e41f

View File

@ -71,7 +71,7 @@ wwwprefix = /var/www/wsapi
symlink:
install -d $(wwwprefix)
ln -sf $(phpprefix)/.htaccess $(wwwprefix)/.htaccess
ln -sf $(phpprefix)/ykval-decrypt.php $(wwwprefix)/decrypt.php
ln -sf $(phpprefix)/ykksm-decrypt.php $(wwwprefix)/decrypt.php
PROJECT=yubikey-ksm
USER=simon75j