Merge /u/runlevel5/cde/ branch non-root-inst into master
https://sourceforge.net/p/cdesktopenv/code/merge-requests/81/
This commit is contained in:
commit
3f6ee6090e
|
|
@ -42,4 +42,4 @@ dtcm_editor_SOURCES = datefield.c deskset.c dssw.c \
|
|||
reminders.c rfp.c
|
||||
|
||||
install-exec-hook:
|
||||
$(INSTALL) -m 0755 -d $(DESTDIR)/var/spool/calendar
|
||||
$(INSTALL) -m 0755 -d $(DESTDIR)$(localstatedir)/spool/calendar
|
||||
|
|
|
|||
|
|
@ -14,5 +14,5 @@ dtappgather_SOURCES = Options.C dtappgather.C dtappgather.h Options.h
|
|||
|
||||
# can't use INSTALL here as the program is already installed
|
||||
install-exec-hook:
|
||||
chown root $(DESTDIR)$(bindir)/dtappgather
|
||||
chmod 4755 $(DESTDIR)$(bindir)/dtappgather
|
||||
-chown root $(DESTDIR)$(bindir)/dtappgather
|
||||
-chmod 4755 $(DESTDIR)$(bindir)/dtappgather
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ sys.session.ive: sys.session.src
|
|||
|
||||
install-exec-hook:
|
||||
if !HAS_PAM_LIBRARY
|
||||
chown root $(DESTDIR)$(bindir)/dtsession
|
||||
chmod 4755 $(DESTDIR)$(bindir)/dtsession
|
||||
-chown root $(DESTDIR)$(bindir)/dtsession
|
||||
-chmod 4755 $(DESTDIR)$(bindir)/dtsession
|
||||
endif
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ dtterm.ti: terminfoChecklist
|
|||
|
||||
install-exec-hook:
|
||||
if !HAS_UTEMPTER_LIBRARY
|
||||
chown root $(DESTDIR)$(bindir)/dtterm
|
||||
chmod 4755 $(DESTDIR)$(bindir)/dtterm
|
||||
-chown root $(DESTDIR)$(bindir)/dtterm
|
||||
-chmod 4755 $(DESTDIR)$(bindir)/dtterm
|
||||
endif
|
||||
@TIC@ dtterm.ti
|
||||
|
|
|
|||
Loading…
Reference in New Issue