diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 | 
1 files changed, 7 insertions, 0 deletions
| @@ -8,3 +8,10 @@ xi: src/xi.py  	rm src/xi.zip  	chmod +x ${XI_BINARY} +install: xi xipkg.conf default.conf bin/xi +	mkdir -p /etc/xipkg.d/ +	cp default.conf /etc/xipkg.d/ +	cp xipkg.conf /etc/xipkg.conf +	cp bin/xi /usr/bin/xi + + | 
