]> git.pld-linux.org Git - packages/bircd.git/blame - bircd-makefile.patch
- new spec, bIRCd IRC server
[packages/bircd.git] / bircd-makefile.patch
CommitLineData
f36fc9f9 1diff -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.084661 seconds and 4 git commands to generate.