]> git.pld-linux.org Git - packages/gfocustimer.git/blame - gfocustimer-DESTDIR.patch
- tabs in preamble
[packages/gfocustimer.git] / gfocustimer-DESTDIR.patch
CommitLineData
7ea2249c 1--- gfocustimer-0.5/Makefile.am~ Thu Nov 15 03:14:11 2001
2+++ gfocustimer-0.5/Makefile.am Thu Nov 15 03:14:11 2001
3@@ -5,10 +5,10 @@
4
5 install-data-local:
6 test -d pixmaps \
7- && install -d -m 0755 $(pkgdatadir)/pixmaps \
8- && install -m 0644 pixmaps/* $(pkgdatadir)/pixmaps
9- install -d -m 0755 $(mandir)/man1 \
10- && install -m 0644 gfocustimer.1 $(mandir)/man1
11+ && install -d -m 0755 $(DESTDIR)$(pkgdatadir)/pixmaps \
12+ && install -m 0644 pixmaps/* $(DESTDIR)$(pkgdatadir)/pixmaps
13+ install -d -m 0755 $(DESTDIR)$(mandir)/man1 \
14+ && install -m 0644 gfocustimer.1 $(DESTDIR)$(mandir)/man1
15
16 dist-hook:
17 test -d pixmaps \
This page took 0.054027 seconds and 4 git commands to generate.