Merge /u/runlevel5/cde/ branch non-root-inst into master

https://sourceforge.net/p/cdesktopenv/code/merge-requests/81/
This commit is contained in:
Jon Trulson 2026-01-31 23:32:33 +00:00
commit 3f6ee6090e
4 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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