diff options
Diffstat (limited to 'news/sn/files/patch-Makefile')
-rw-r--r-- | news/sn/files/patch-Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/news/sn/files/patch-Makefile b/news/sn/files/patch-Makefile deleted file mode 100644 index 17a8eea6af9b..000000000000 --- a/news/sn/files/patch-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- ./Makefile.orig 2014-04-04 12:17:36.551829000 +0200 -+++ ./Makefile 2014-04-04 12:20:01.852681999 +0200 -@@ -144,12 +144,12 @@ - strip: $(BINS) - strip $^ - --install: all #$(SNROOT) $(BINDIR) $(MANDIR)/man8 # commented out so make -n install works without the dirs -- $(INSTALL) $(PROGS) $(BINDIR) -- $(INSTALL) *.8 $(MANDIR)/man8 -- -cd $(BINDIR); rm -f sncat; ln -s snscan sncat -- -cd $(BINDIR); rm -f sncancel; ln -s snscan sncancel -- -cd $(BINDIR); rm -f snstore; ln -s snsend snstore -+install: all #$(SNROOT) $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man8 # commented out so make -n install works without the dirs -+ $(INSTALL) $(PROGS) $(DESTDIR)$(BINDIR) -+ $(INSTALL) *.8 $(DESTDIR)$(MANDIR)/man8 -+ -cd $(DESTDIR)$(BINDIR); rm -f sncat; ln -s snscan sncat -+ -cd $(DESTDIR)$(BINDIR); rm -f sncancel; ln -s snscan sncancel -+ -cd $(DESTDIR)$(BINDIR); rm -f snstore; ln -s snsend snstore - - spoolclean: - @echo -n "make $@ will wipe out your news spool! Sure? [y/n] " |