]> git.pld-linux.org Git - packages/gfocustimer.git/commitdiff
- DESTDIR style install fixes.
authorkloczek <kloczek@pld-linux.org>
Thu, 15 Nov 2001 02:22:33 +0000 (02:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gfocustimer-DESTDIR.patch -> 1.1

gfocustimer-DESTDIR.patch [new file with mode: 0644]

diff --git a/gfocustimer-DESTDIR.patch b/gfocustimer-DESTDIR.patch
new file mode 100644 (file)
index 0000000..f00ccce
--- /dev/null
@@ -0,0 +1,17 @@
+--- gfocustimer-0.5/Makefile.am~       Thu Nov 15 03:14:11 2001
++++ gfocustimer-0.5/Makefile.am        Thu Nov 15 03:14:11 2001
+@@ -5,10 +5,10 @@
+ install-data-local:
+       test -d pixmaps \
+-      && install -d -m 0755 $(pkgdatadir)/pixmaps \
+-      && install -m 0644 pixmaps/* $(pkgdatadir)/pixmaps
+-      install -d -m 0755 $(mandir)/man1 \
+-      && install -m 0644 gfocustimer.1 $(mandir)/man1
++      && install -d -m 0755 $(DESTDIR)$(pkgdatadir)/pixmaps \
++      && install -m 0644 pixmaps/* $(DESTDIR)$(pkgdatadir)/pixmaps
++      install -d -m 0755 $(DESTDIR)$(mandir)/man1 \
++      && install -m 0644 gfocustimer.1 $(DESTDIR)$(mandir)/man1
+ dist-hook:
+       test -d pixmaps \
This page took 0.086512 seconds and 4 git commands to generate.