]> git.pld-linux.org Git - packages/gabber.git/blob - gabber-DESTDIR.patch
f7312b836fbb8dbfe98c4b1e2d89a70a gabber-desktop.patch
[packages/gabber.git] / gabber-DESTDIR.patch
1 --- gabber-0.8.6/doc/C/Makefile.am~     Wed Jan  2 21:45:03 2002
2 +++ gabber-0.8.6/doc/C/Makefile.am      Sat Jan 12 18:34:16 2002
3 @@ -48,14 +48,14 @@
4         -cp *.png $(distdir)/
5  
6  install-data-local: index.html
7 -       $(mkinstalldirs) $(gabber_helpdir)/stylesheet-images
8 +       $(mkinstalldirs) $(DESTDIR)$(gabber_helpdir)/stylesheet-images
9         -for file in $(SGML_FILES) $(srcdir)/gabber/*.html $(srcdir)/gabber/*.css $(srcdir)/*.png; do \
10         basefile=`echo $$file | sed -e 's,^.*/,,'`; \
11 -       $(INSTALL_DATA) $(srcdir)/$$file $(gabber_helpdir)/$$basefile; \
12 +       $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(gabber_helpdir)/$$basefile; \
13         done
14         -for file in $(srcdir)/gabber/stylesheet-images/*.*; do \
15         basefile=`echo $$file | sed -e 's,^.*/,,'`; \
16 -       $(INSTALL_DATA) $(srcdir)/$$file $(gabber_helpdir)/stylesheet-images/$$basefile; \
17 +       $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(gabber_helpdir)/stylesheet-images/$$basefile; \
18         done
19  
20  gabber.ps: $(SGML_FILES)
21 diff -durN gabber-0.8.6.orig/pixmaps/Makefile.am gabber-0.8.6/pixmaps/Makefile.am
22 --- gabber-0.8.6.orig/pixmaps/Makefile.am       Sun Nov  4 00:10:40 2001
23 +++ gabber-0.8.6/pixmaps/Makefile.am    Sat Jan 12 13:14:46 2002
24 @@ -72,7 +72,7 @@
25  glade_DATA = $(glade_pixmaps)
26  
27  install-exec-hook: 
28 -       (cd $(datadir)/gabber;  \
29 +       (cd $(DESTDIR)$(datadir)/gabber;        \
30         ln -sf ../pixmaps/gnome-info.png gnome-info.png;                \
31         ln -sf ../pixmaps/gnome-lockscreen.png gnome-locksreen.png;     \
32         ln -sf ../pixmaps/gnome-globe.png gnome-globe.png;              \
This page took 0.076905 seconds and 3 git commands to generate.