]> git.pld-linux.org Git - packages/gaby.git/blob - gaby-DESTDIR.patch
- updated gettext BR
[packages/gaby.git] / gaby-DESTDIR.patch
1 --- gaby-2.0.2/src/Makefile.am.orig     Mon Jun 18 14:59:10 2001
2 +++ gaby-2.0.2/src/Makefile.am  Tue Jun 24 12:12:27 2003
3 @@ -113,10 +113,10 @@
4  install-exec-local:
5         for F in $(APPS); \
6         do \
7 -               if [ -h $(prefix)/bin/$$F ]; \
8 -               then rm $(prefix)/bin/$$F; fi ; \
9 -               if [ ! -f $(prefix)/bin/$$F ]; \
10 -               then ln -s gaby $(prefix)/bin/$$F; fi ; \
11 +               if [ -h $(DESTDIR)$(bindir)/$$F ]; \
12 +               then rm -f $(DESTDIR)$(bindir)/$$F; fi ; \
13 +               if [ ! -f $(DESTDIR)$(bindir)/$$F ]; \
14 +               then ln -s gaby $(DESTDIR)$(bindir)/$$F; fi ; \
15         done
16  
17  distclean-local:
18 --- gaby-2.0.2/Makefile.am.orig Mon Jun 18 14:59:08 2001
19 +++ gaby-2.0.2/Makefile.am      Tue Jun 24 12:13:04 2003
20 @@ -8,8 +8,8 @@
21                 gabybuilder.desktop gnome-gaby-builder.png
22  
23  install-exec-local:
24 -       ./mkinstalldirs $(prefix)/share/doc/gaby
25 -       cp COPYING $(prefix)/share/doc/gaby
26 +       ./mkinstalldirs $(DESTDIR)$(prefix)/share/doc/gaby
27 +       cp COPYING $(DESTDIR)$(prefix)/share/doc/gaby
28         -test -z "$(SKIPGNOMEDATA)" && ( \
29             gnome-config --datadir &> /dev/null && \
30             cp gnome-gaby*.png \
31 --- gaby-2.0.2/plug-ins/actions/Makefile.am.orig        Wed Sep 27 14:27:21 2000
32 +++ gaby-2.0.2/plug-ins/actions/Makefile.am     Tue Jun 24 12:48:16 2003
33 @@ -5,5 +5,4 @@
34  SUBDIRS = net stat scripts cd $(GNOME_ONLY)
35  
36  showsubdirs:
37 -       # $(SUBDIRS)
38  
39 --- gaby-2.0.2/plug-ins/actions/gnomepim/Makefile.am.orig       Mon Jun 18 14:59:09 2001
40 +++ gaby-2.0.2/plug-ins/actions/gnomepim/Makefile.am    Tue Jun 24 13:14:34 2003
41 @@ -21,7 +21,7 @@
42  CORBA_SRCLIST = \
43         gnome-pim-common.c gnome-pim-skels.c gnome-pim-stubs.c gnome-pim.h
44  
45 -CLEANFILES += $(CORBA_SRCLIST)
46 +CLEANFILES = $(CORBA_SRCLIST)
47  
48  $(CORBA_SRCLIST): gnome-pim.idl
49         orbit-idl gnome-pim.idl
50 --- gaby-2.0.2/plug-ins/interpreter/Makefile.am.orig    Tue Aug  3 22:39:00 1999
51 +++ gaby-2.0.2/plug-ins/interpreter/Makefile.am Tue Jun 24 13:15:13 2003
52 @@ -8,5 +8,4 @@
53  SUBDIRS = $(PYTHON)
54  
55  showsubdirs:
56 -       # $(SUBDIRS)
57  
58 --- gaby-2.0.2/plug-ins/view/Makefile.am.orig   Sat Jan  8 16:54:49 2000
59 +++ gaby-2.0.2/plug-ins/view/Makefile.am        Tue Jun 24 13:15:26 2003
60 @@ -11,5 +11,4 @@
61           $(GNOME_ONLY) $(GLADE_ONLY)
62  
63  showsubdirs:
64 -       # $(SUBDIRS)
65  
66 --- gaby-2.0.2/configure.in.orig        Sat Jul  7 12:28:49 2001
67 +++ gaby-2.0.2/configure.in     Tue Jun 24 13:37:26 2003
68 @@ -276,7 +276,6 @@
69  ALL_LINGUAS="da de es fi fr ja nl no pl sv"
70  
71  AM_GNU_GETTEXT
72 -AC_OUTPUT_COMMANDS([sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in >po/Makefile])
73  
74  test "x$prefix" = xNONE && prefix=$ac_default_prefix
75  
This page took 0.063802 seconds and 3 git commands to generate.