]> git.pld-linux.org Git - packages/gnome-system-tools.git/blame - gnome-system-tools-DESTDIR.patch
- added configure patch
[packages/gnome-system-tools.git] / gnome-system-tools-DESTDIR.patch
CommitLineData
2d5b4406 1diff -urN aa/gnome-system-tools-0.31.0/src/common/CommonMakefile gnome-system-tools-0.31.0/src/common/CommonMakefile
2--- aa/gnome-system-tools-0.31.0/src/common/CommonMakefile 2003-12-30 01:08:18.000000000 +0100
3+++ gnome-system-tools-0.31.0/src/common/CommonMakefile 2004-01-01 23:14:46.283877392 +0100
4@@ -6,11 +6,11 @@
5 $(desktop): %.desktop: %.desktop.in
6 ../../intltool-merge -d ../../po $(desktop).in $(desktop)
7
8-desktopdir = $(DESTDIR)$(datadir)/applications/
9+desktopdir = $(datadir)/applications/
10 desktop = $(toolname).desktop
11 desktop_DATA = $(desktop)
12
13-startheredir = $(DESTDIR)$(sysconfdir)/X11/sysconfig/
14+startheredir = $(sysconfdir)/X11/sysconfig/
15 desktop = $(toolname).desktop
16 starthere_DATA = $(desktop)
17
This page took 0.091218 seconds and 4 git commands to generate.