Changeset 900
- Timestamp:
- 05/22/13 13:17:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/Makefile
r894 r900 90 90 @(cd $(DESTDIR)$(PREFIX)/sbin/; ln -s jobmond.py jobmond; ln -s jobarchived.py jobarchived) 91 91 @# 92 @# Files specific to distros if /etc/ sysconfig => rpm else (/etc/default=> debian)92 @# Files specific to distros if /etc/redhat_release => rpm else (/etc/debian_version => debian) 93 93 @# 94 94 @echo 95 95 @echo "Installing service files in /etc" 96 @if test - d /etc/sysconfig; then \96 @if test -r /etc/redhat_release; then \ 97 97 install -m 0755 -d $(DESTDIR)/etc/rc.d/init.d; \ 98 98 install -m 0755 pkg/rpm/init.d/jobmond $(DESTDIR)/etc/rc.d/init.d/; \
Note: See TracChangeset
for help on using the changeset viewer.