]> git.pld-linux.org Git - packages/cheops-ng.git/blob - cheops-ng-DESTDIR.patch
- tabs in preamble
[packages/cheops-ng.git] / cheops-ng-DESTDIR.patch
1 --- cheops-ng/Makefile.in.orig  Fri May 23 13:53:48 2003
2 +++ cheops-ng/Makefile.in       Fri May 23 13:55:55 2003
3 @@ -167,18 +167,18 @@
4  
5  install: cheops-ng cheops-agent
6  ifdef DEFAULT_PATH
7 -       mkdir -p $(DEFAULT_PATH)/pixmaps
8 -       $(INSTALL) -d $(DEFAULT_PATH)
9 -       $(INSTALL) -d $(bindir)
10 -       $(INSTALL) -d $(prefix)/share/pixmaps
11 -       $(INSTALL) pixmaps/*.xpm $(DEFAULT_PATH)/pixmaps
12 -       $(INSTALL) pixmaps/cheops-ng.xpm $(prefix)/share/pixmaps
13 -       $(INSTALL) -s -m 755 -o root -g root cheops-agent $(bindir)
14 -       $(INSTALL) -s -m 755 -o root -g root cheops-ng $(bindir)
15 -       $(INSTALL) -d $(prefix)/share/gnome/apps/Internet
16 -       $(INSTALL) -d $(prefix)/share/gnome/ximian/Programs/Internet
17 -       $(INSTALL) cheops-ng.desktop $(prefix)/share/gnome/apps/Internet
18 -       $(INSTALL) cheops-ng.desktop $(prefix)/share/gnome/ximian/Programs/Internet
19 +       mkdir -p $(DESTDIR)$(DEFAULT_PATH)/pixmaps
20 +       $(INSTALL) -d $(DESTDIR)$(DEFAULT_PATH)
21 +       $(INSTALL) -d $(DESTDIR)$(bindir)
22 +       $(INSTALL) -d $(DESTDIR)$(prefix)/share/pixmaps
23 +       $(INSTALL) pixmaps/*.xpm $(DESTDIR)$(DEFAULT_PATH)/pixmaps
24 +       $(INSTALL) pixmaps/cheops-ng.xpm $(DESTDIR)$(prefix)/share/pixmaps
25 +       $(INSTALL) cheops-agent $(DESTDIR)$(bindir)
26 +       $(INSTALL) cheops-ng $(DESTDIR)$(bindir)
27 +       $(INSTALL) -d $(DESTDIR)$(prefix)/share/gnome/apps/Internet
28 +       $(INSTALL) -d $(DESTDIR)$(prefix)/share/gnome/ximian/Programs/Internet
29 +       $(INSTALL) cheops-ng.desktop $(DESTDIR)$(prefix)/share/gnome/apps/Internet
30 +       $(INSTALL) cheops-ng.desktop $(DESTDIR)$(prefix)/share/gnome/ximian/Programs/Internet
31  else
32         echo "No Default Path in Makefile"
33         if [ whoami = "root" ]; then echo "This program requires root privilege" ; fi
This page took 0.058411 seconds and 3 git commands to generate.