]> git.pld-linux.org Git - packages/celestia.git/blame - celestia-makefile.patch
- converted to UTF-8
[packages/celestia.git] / celestia-makefile.patch
CommitLineData
c3e9be1c 1diff -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 )
f02cedbc 6
7 install-data-hook:
cc896bfe 8- if [ "$(kde_datadir)" -a -d $(kde_datadir)/@PACKAGE@ -a ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
f02cedbc 9- mv -f -b $(kde_datadir)/@PACKAGE@/* $(datadir)/@PACKAGE@/ ; \
10- rmdir $(kde_datadir)/@PACKAGE@ ; \
c3e9be1c 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
cc896bfe 15- if [ "$(kde_datadir)" -a ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
f02cedbc 16- ln -s $(datadir)/@PACKAGE@ $(kde_datadir)/@PACKAGE@ ; \
c3e9be1c 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.161761 seconds and 4 git commands to generate.