X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=acf459c2b079c06364735dbce67e3984d88ab25e;hb=ce14b9c2e09ed189803917f11eb2a902285f46f1;hp=4f129b9168685159c58bae714ca68d7a8929720a;hpb=8979c1d94d3d62e88f610f8abc91041241b56b17;p=startuptools diff --git a/Makefile b/Makefile index 4f129b9..acf459c 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ install-scripts: install -m755 $(addprefix scripts/,ifup ifdown) $(DESTDIR)/sbin install -d -m755 $(DESTDIR)/etc/networks install -m755 scripts/localhost.net $(DESTDIR)/etc/networks/localhost + install -D -m644 scripts/example.rc $(DESTDIR)/usr/share/startuptools/example.rc tarball: rm startuptools.tar.gz ; cd ..; tar -czf startuptools.tar.gz startuptools; mv startuptools.tar.gz startuptools