]> git.pld-linux.org Git - packages/bluefish.git/blob - bluefish-DESTDIR.patch
- no -> nb, sr -> sr@Latn, enable more locales (-locale patch)
[packages/bluefish.git] / bluefish-DESTDIR.patch
1 --- bluefish-0.13/data/Makefile.in.orig 2004-04-09 12:30:01.000000000 +0200
2 +++ bluefish-0.13/data/Makefile.in      2004-04-09 21:37:30.000000000 +0200
3 @@ -52,23 +52,21 @@
4         @for file in $(FUNCREFFILES) ; do \
5                 $(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$file ;\
6         done
7 -       if [ -d $(gnome2applications) ] ; then \
8 -               $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome2applications) ;\
9 -       fi
10 -       if [ -d $(gnome1menupath) ] ; then \
11 -               $(INSTALL_DIR) $(DESTDIR)$(gnome1menupath)/Applications ;\
12 -               $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome1menupath)/Applications ;\
13 -       fi
14 -       if [ -d $(gnome2appreg) ] ; then \
15 -               $(INSTALL_DATA) bluefish.applications $(DESTDIR)$(gnome2appreg) ;\
16 -       fi
17 -       if [ -d $(gnome2mime-info) ] ; then \
18 -               $(INSTALL_DATA) bluefish.mime $(DESTDIR)$(gnome2mime-info) ;\
19 -               $(INSTALL_DATA) bluefish.keys $(DESTDIR)$(gnome2mime-info) ;\
20 -       fi
21 -       if [ -d $(gnome2icons) ] ; then \
22 -               $(INSTALL_DATA) gnome-application-bluefish.png $(DESTDIR)$(gnome2icons) ;\
23 -       fi
24 +       $(INSTALL_DIR) $(DESTDIR)$(gnome2applications)
25 +       $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome2applications)
26 +
27 +       $(INSTALL_DIR) $(DESTDIR)$(gnome1menupath)/Applications
28 +       $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome1menupath)/Applications
29 +
30 +       $(INSTALL_DIR) $(DESTDIR)$(gnome2appreg)
31 +       $(INSTALL_DATA) bluefish.applications $(DESTDIR)$(gnome2appreg)
32 +
33 +       $(INSTALL_DIR) $(DESTDIR)$(gnome2mime-info)
34 +       $(INSTALL_DATA) bluefish.mime $(DESTDIR)$(gnome2mime-info)
35 +       $(INSTALL_DATA) bluefish.keys $(DESTDIR)$(gnome2mime-info)
36 +
37 +       $(INSTALL_DIR) $(DESTDIR)$(gnome2icons)
38 +       $(INSTALL_DATA) gnome-application-bluefish.png $(DESTDIR)$(gnome2icons)
39  
40  uninstall:
41         @for file in $(DEFAULTFILES) ; do \
This page took 0.044909 seconds and 3 git commands to generate.