Changeset 951 for trunk/tcosmonitor/Makefile
- Timestamp:
- 08/08/08 18:21:15 (5 months ago)
- Files:
-
- 1 modified
-
trunk/tcosmonitor/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tcosmonitor/Makefile
r948 r951 64 64 install -d $(DESTDIR)/$(PREFIX)/bin 65 65 install -d $(DESTDIR)/$(PREFIX)/sbin 66 install -d $(DESTDIR)/$(TCOS_BINS)67 66 install -d $(DESTDIR)/etc/tcos/ 68 67 … … 102 101 install -m 644 TcosListView.py $(DESTDIR)/$(PREFIX)/share/$(PACKAGE)/ 103 102 install -m 644 TcosMenus.py $(DESTDIR)/$(PREFIX)/share/$(PACKAGE)/ 103 install -m 644 TcosExtensions.py $(DESTDIR)/$(PREFIX)/share/$(PACKAGE)/ 104 104 105 105 install -m 755 tcosmonitor.py $(DESTDIR)/$(PREFIX)/bin/tcosmonitor
