diff options
author | cos <cos> | 2015-01-10 21:42:33 +0100 |
---|---|---|
committer | cos <cos> | 2015-01-10 22:12:23 +0100 |
commit | 7ac05dbbea8543e4b1e1ac3f46779b7ad5191a81 (patch) | |
tree | edb5285e5923586314788a3e1af3f02441e32b52 | |
parent | 31ee33ca4c14c03f5e1a2530735bda50d235de36 (diff) | |
download | mat-7ac05dbbea8543e4b1e1ac3f46779b7ad5191a81.zip |
Initial commit of authenticate_session script.feature/web-relocate
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,3 +19,5 @@ all: install: $(INSTALLDIRS) install -d $(DESTDIR)/usr/bin/ install mat $(DESTDIR)/usr/bin/ + install -d $(DESTDIR)/usr/lib/netizen-mat/ + install authenticate_session $(DESTDIR)/usr/lib/netizen-mat/ |