X-Git-Url: https://pd.if.org/git/?p=startuptools;a=blobdiff_plain;f=Makefile;h=acf459c2b079c06364735dbce67e3984d88ab25e;hp=4f129b9168685159c58bae714ca68d7a8929720a;hb=5e333b986783db3950cf5b72736721da243191b5;hpb=050cb10bd5f4f2460b17ba11f22c9fed0bdea56c 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