]>
Commit | Line | Data |
---|---|---|
1 | INSTALL_PERMISSIONS = 0555 # If set, 'install' chmod's executable to this | |
2 | install-man-page: | |
3 | install -d "$(DSTROOT)/usr/share/man/man8" | |
4 | install -c -m 644 rtadvd.8 "$(DSTROOT)/usr/share/man/man8/rtadvd.8" | |
5 | install -d "$(DSTROOT)/usr/share/man/man5" | |
6 | install -c -m 644 rtadvd.conf.5 "$(DSTROOT)/usr/share/man/man5/rtadvd.conf.5" | |
7 | ||
8 | install-config-files: | |
9 | install -d "$(DSTROOT)/private/etc" | |
10 | install -c -m 644 rtadvd.conf "$(DSTROOT)/private/etc/rtadvd.conf" | |
11 |