]> git.pld-linux.org Git - packages/enlightenment-conf.git/blame - enlightenment-conf-DESTDIR.patch
- updated gettext BR
[packages/enlightenment-conf.git] / enlightenment-conf-DESTDIR.patch
CommitLineData
deac4336 1diff -Nru enlightenment-conf-0.15.orig/Makefile.am enlightenment-conf-0.15/Makefile.am
2--- enlightenment-conf-0.15.orig/Makefile.am Wed Jun 7 00:46:02 2000
3+++ enlightenment-conf-0.15/Makefile.am Wed Jun 7 00:47:02 2000
4@@ -54,7 +54,7 @@
5 Enlightenment.desktop
6
7 install-data-local:
8- $(mkinstalldirs) $(sysdir)
9+ $(mkinstalldirs) $(DESTDIR)$(sysdir)
10
11 ## to automatically rebuild aclocal.m4 if any of the macros in macros/' change
12 #@MAINT@include macros/macros.dep
13diff -Nru enlightenment-conf-0.15.orig/Makefile.in enlightenment-conf-0.15/Makefile.in
14--- enlightenment-conf-0.15.orig/Makefile.in Wed Jun 7 00:46:02 2000
15+++ enlightenment-conf-0.15/Makefile.in Wed Jun 7 00:46:33 2000
16@@ -555,7 +555,7 @@
17
18
19 install-data-local:
20- $(mkinstalldirs) $(sysdir)
21+ $(mkinstalldirs) $(DESTDIR)$(sysdir)
22
23 #@MAINT@include macros/macros.dep
24 #@MAINT@macros/macros.dep: macros/Makefile.am
25diff -Nru enlightenment-conf-0.15.orig/po/Makefile.in.in enlightenment-conf-0.15/po/Makefile.in.in
26--- enlightenment-conf-0.15.orig/po/Makefile.in.in Wed Jun 7 00:46:03 2000
27+++ enlightenment-conf-0.15/po/Makefile.in.in Wed Jun 7 00:47:00 2000
28@@ -18,10 +18,10 @@
29
30 prefix = @prefix@
31 exec_prefix = @exec_prefix@
32-datadir = $(prefix)/@DATADIRNAME@
33+datadir = $(DESTDIR)$(prefix)/@DATADIRNAME@
34 localedir = $(datadir)/locale
35-gnulocaledir = $(prefix)/share/locale
36-gettextsrcdir = $(prefix)/share/gettext/po
37+gnulocaledir = $(DESTDIR)$(prefix)/share/locale
38+gettextsrcdir = $(DESTDIR)$(prefix)/share/gettext/po
39 subdir = po
40
41 INSTALL = @INSTALL@
This page took 0.077816 seconds and 4 git commands to generate.