Codebase list sysvinit / 92e80a4
Don't require root to build. Adam Borowski 4 years ago
3 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1111 debhelper-compat (= 12),
1212 libselinux1-dev [linux-any],
1313 po-debconf,
14 Rules-Requires-Root: no
1415 Standards-Version: 4.5.0
1516 Homepage: https://savannah.nongnu.org/projects/sysvinit
1617 Vcs-Git: https://salsa.debian.org/debian/sysvinit.git
1212
1313 LC_ALL = POSIX
1414
15 INSTALL_DATA = install -o root -g root -m 644
16 INSTALL = install -o root -g root -m 755
15 INSTALL_DATA = install -m 644
16 INSTALL = install -m 755
1717
1818 # Handle cross builds
1919 ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
33 docdir = $(prefix)/share/doc/initscripts
44 sbindir = /sbin
55
6 INSTALL = install -m755 -o root -g root
7 INSTALL_DATA = install -m644 -o root -g root
6 INSTALL = install -m755
7 INSTALL_DATA = install -m644
88
99 all:
1010
2828 chmod 755 $(DESTDIR)$(sysconfdir)/rc.local
2929 chmod 644 $(DESTDIR)/lib/init/*.sh
3030 chmod -R g-w $(DESTDIR)
31 chown -R root:root $(DESTDIR)
3231
3332 $(INSTALL) -d $(DESTDIR)$(sbindir)/.
3433 $(INSTALL) sbin/fsck.nfs $(DESTDIR)$(sbindir)/fsck.nfs