]> git.pld-linux.org Git - packages/bircd.git/blob - bircd-makefile.patch
- patch for bIRCd IRC server
[packages/bircd.git] / bircd-makefile.patch
1 diff -ur bircd.orig/Makefile.dist bircd/Makefile.dist
2 --- bircd.orig/Makefile.dist    2003-05-03 17:15:14.000000000 +0200
3 +++ bircd/Makefile.dist 2004-08-02 18:19:52.000000000 +0200
4 @@ -77,6 +77,7 @@
5  #
6  DPATH=
7  BPATH=
8 +DESTDIR=
9  
10  # [CHANGEME]
11  # Some SunOS versions want this.  Try it without first.
12 @@ -153,4 +154,4 @@
13         @cd src; ${MAKE} ${MAKEARGS} depend
14  
15  install:
16 -       @./ircdinst $(BPATH) $(DPATH)
17 +       @./ircdinst $(DESTDIR)/$(BPATH) $(DESTDIR)/$(DPATH)
This page took 0.060945 seconds and 3 git commands to generate.