]> git.pld-linux.org Git - packages/gabber.git/blame - gabber-DESTDIR.patch
f7312b836fbb8dbfe98c4b1e2d89a70a gabber-desktop.patch
[packages/gabber.git] / gabber-DESTDIR.patch
CommitLineData
3826048f 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
26854953 9 -for file in $(SGML_FILES) $(srcdir)/gabber/*.html $(srcdir)/gabber/*.css $(srcdir)/*.png; do \
85322497
AM
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
26854953
JK
20 gabber.ps: $(SGML_FILES)
21diff -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 @@
50d5ea0d
AM
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.08609 seconds and 4 git commands to generate.