Lines Matching refs:DESTDIR
4 Subject: [PATCH] Makefile.in: replace IROOT by DESTDIR
6 This patch replaces IROOT by DESTDIR, which is the autotools standard
7 variable. For backwards compatibilty IROOT overwrites the DESTDIR.
27 +DESTDIR = $(DESTDIR)
62 + $(INSTALL) -g root -o root -m 755 -d $(DESTDIR)$(etcdir)
63 + $(INSTALL) -g root -o root -m 755 -d $(DESTDIR)$(bindir)
64 + $(INSTALL) -g root -o root -m 755 -d $(DESTDIR)$(sbindir)
65 + $(INSTALL) -g root -o root -m 755 -d $(DESTDIR)$(atdatadir)
66 + $(INSTALL) -g root -o root -m 755 -d $(DESTDIR)$(docdir)
67 + $(INSTALL) -g root -o root -m 755 -d $(DESTDIR)$(atdocdir)
68 …L) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 755 -d $(DESTDIR)$(ATSPOOL_DIR) $(DESTDIR)$(ATJ…
69 + chmod 1770 $(DESTDIR)$(ATSPOOL_DIR) $(DESTDIR)$(ATJOB_DIR)
70 + touch $(DESTDIR)$(LFILE)
71 + chmod 600 $(DESTDIR)$(LFILE)
72 + chown $(DAEMON_USERNAME):$(DAEMON_GROUPNAME) $(DESTDIR)$(LFILE)
73 …est -f $(DESTDIR)$(etcdir)/at.allow || test -f $(DESTDIR)$(etcdir)/at.deny || $(INSTALL) -o root -…
74 + $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 6755 at $(DESTDIR)$(bindir)
75 + $(LN_S) -f at $(DESTDIR)$(bindir)/atq
76 + $(LN_S) -f at $(DESTDIR)$(bindir)/atrm
77 + $(INSTALL) -g root -o root -m 755 batch $(DESTDIR)$(bindir)
78 + $(INSTALL) -g root -o root -m 755 batch-job $(DESTDIR)$(atdatadir)
79 + $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)$(man1dir)
80 + $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)$(man5dir)
81 + $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)$(man8dir)
82 + $(INSTALL) -g root -o root -m 755 atd $(DESTDIR)$(sbindir)
83 + $(INSTALL) -g root -o root -m 755 atrun $(DESTDIR)$(sbindir)
84 + $(INSTALL) -g root -o root -m 644 at.1 $(DESTDIR)$(man1dir)/
85 + cd $(DESTDIR)$(man1dir) && $(LN_S) -f at.1 atq.1 && $(LN_S) -f at.1 batch.1 && $(LN_S) -f at.1 at…
86 + $(INSTALL) -g root -o root -m 644 atd.8 $(DESTDIR)$(man8dir)/
89 + $(INSTALL) -g root -o root -m 644 tmpman $(DESTDIR)$(man8dir)/atrun.8
97 + $(INSTALL) -g root -o root -m 644 at.allow.5 $(DESTDIR)$(man5dir)/
98 + cd $(DESTDIR)$(man5dir) && $(LN_S) -f at.allow.5 at.deny.5
99 + $(INSTALL) -g root -o root -m 644 $(DOCS) $(DESTDIR)$(atdocdir)
100 + rm -f $(DESTDIR)$(mandir)/cat1/at.1* $(DESTDIR)$(mandir)/cat1/batch.1* \
101 + $(DESTDIR)$(mandir)/cat1/atq.1*
102 + rm -f $(DESTDIR)$(mandir)/cat1/atd.8*
106 + $(INSTALL) -o root -g root -m 755 -d $(DESTDIR)$(systemdsystemunitdir); \
107 + $(INSTALL) -o root -g root -m 644 atd.service $(DESTDIR)$(systemdsystemunitdir); \