]> git.pld-linux.org Git - packages/celestia.git/blob - celestia-makefile.patch
- converted to UTF-8
[packages/celestia.git] / celestia-makefile.patch
1 diff -urN celestia-1.4.1.orig/Makefile.am celestia-1.4.1/Makefile.am
2 --- celestia-1.4.1.orig/Makefile.am     2006-02-03 19:04:33.000000000 +0100
3 +++ celestia-1.4.1/Makefile.am  2006-06-30 00:27:56.358471750 +0200
4 @@ -66,11 +66,11 @@
5         )
6  
7  install-data-hook:
8 -       if [ "$(kde_datadir)" -a -d $(kde_datadir)/@PACKAGE@ -a ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
9 -               mv -f -b $(kde_datadir)/@PACKAGE@/* $(datadir)/@PACKAGE@/ ; \
10 -               rmdir $(kde_datadir)/@PACKAGE@ ; \
11 +       if [ "$(DESTDIR)$(kde_datadir)" -a -d $(DESTDIR)$(kde_datadir)/@PACKAGE@ -a ! -h $(DESTDIR)$(kde_datadir)/@PACKAGE@ ] ; then \
12 +               mv -f -b $(DESTDIR)$(kde_datadir)/@PACKAGE@/* $(DESTDIR)$(datadir)/@PACKAGE@/ ; \
13 +               rmdir $(DESTDIR)$(kde_datadir)/@PACKAGE@ ; \
14         fi
15 -       if [ "$(kde_datadir)" -a ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
16 -               ln -s $(datadir)/@PACKAGE@ $(kde_datadir)/@PACKAGE@ ; \
17 +       if [ "$(DESTDIR)$(kde_datadir)" -a ! -h $(DESTDIR)$(kde_datadir)/@PACKAGE@ ] ; then \
18 +               ln -s $(datadir)/@PACKAGE@ $(DESTDIR)$(kde_datadir)/@PACKAGE@ ; \
19         fi
20  
This page took 0.073113 seconds and 3 git commands to generate.