Search
j0ke.net Open Build Service
>
Projects
>
ha
>
crossroads-unstable
> crossroads-makefile.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File crossroads-makefile.patch of Package crossroads-unstable (Revision 9)
Currently displaying revision
9
,
show latest
--- Makefile.orig 2008-08-08 09:51:51.000000000 +0200 +++ Makefile 2008-08-08 09:52:31.000000000 +0200 @@ -27,7 +27,7 @@ install: local mkdir -p $(BINDIR) AUTHOR='$(AUTHOR)' MAINTAINER='$(MAINTAINER)' \ - VER='$(VER)' BINDIR=$(BINDIR) $(MAKE) -C xr install + VER='$(VER)' BINDIR=$(DESTDIR)$(BINDIR) $(MAKE) -C xr install @echo @echo ' The balancer program xr is now installed to $(BINDIR).' @echo ' Consider configuring xrctl/xrctl and copying it to $(BINDIR) too.' @@ -52,4 +52,4 @@ test `svn status | grep '^\?' | wc -l` -eq 0 || \ (echo 'SVN not fully up to date' && exit 1) svn commit - \ Kein Zeilenumbruch am Dateiende. +