Changeset 234
- Timestamp:
- Mar 22, 2017, 5:22:10 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r191 r234 7 7 CRONDIR=/etc/cron.d 8 8 ETCDIR=/etc/klask 9 COMPDIR=/etc/bash_completion.d 9 10 10 11 .PHONY: all install update sync upload help … … 39 40 install -m 0644 -o root -g root push-web-sample.conf $(DESTDIR)/$(ETCDIR) 40 41 42 @install -d -m 0755 -o root -g root $(DESTDIR)/$(COMPDIR) 43 install -m 0644 -o root -g root klask.bash_completion $(DESTDIR)/$(COMPDIR)/klask 44 41 45 sync: 42 46 svn update
Note: See TracChangeset
for help on using the changeset viewer.