]>
Commit | Line | Data |
---|---|---|
1815bff5 A |
1 | INSTALL_PERMISSIONS = 4555 |
2 | ||
3 | after_install:: | |
4 | $(LN) -f $(INSTALLED_PRODUCTS) $(DSTROOT)$(INSTALLDIR)/atq | |
5 | $(LN) -f $(INSTALLED_PRODUCTS) $(DSTROOT)$(INSTALLDIR)/atrm | |
6 | $(LN) -f $(INSTALLED_PRODUCTS) $(DSTROOT)$(INSTALLDIR)/batch | |
2fc1e207 | 7 | install -o daemon -d "$(DSTROOT)/private/var/at/spool" |
b51d5b5f A |
8 | touch "$(DSTROOT)/private/var/at/at.deny" |
9 | mkdir -p "$(DSTROOT)/usr/share/man/man1" | |
10 | install -c -m 644 at.1 "$(DSTROOT)/usr/share/man/man1/at.1" | |
11 | ln -f "$(DSTROOT)/usr/share/man/man1/at.1" "$(DSTROOT)/usr/share/man/man1/atrm.1" | |
12 | ln -f "$(DSTROOT)/usr/share/man/man1/at.1" "$(DSTROOT)/usr/share/man/man1/atq.1" | |
13 | ln -f "$(DSTROOT)/usr/share/man/man1/at.1" "$(DSTROOT)/usr/share/man/man1/batch.1" |