[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installing files in /etc



On Sat, Oct 21, 2000 at 05:03:21PM +0200, Christian Marillat wrote:
> YA> $(MAKE) install DESTDIR=`pwd`/debian/tmp
> >> 
> >> This is dangerous, because if a package use i18n the Makefile 
> >> in po/ don't
> >> understand DESTDIR, and all locale aren't installed.
> 
> YA> :( :( :(
> 
> YA> I guess the Makefile in po/ is autogenerated?
> 
> Yes.

--- xmms-1.2.3.orig/po/Makefile.in.in
+++ xmms-1.2.3/po/Makefile.in.in
@@ -16,7 +16,7 @@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@

-prefix = @prefix@
+prefix = $(DESTDIR)@prefix@
 exec_prefix = @exec_prefix@
 datadir = $(prefix)/@DATADIRNAME@
 localedir = $(datadir)/locale

-- 
Digital Electronic Being Intended for Assassination and Nullification



Reply to: