summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/celestia/files/makefile.am.patch')
-rw-r--r--sci-astronomy/celestia/files/makefile.am.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/sci-astronomy/celestia/files/makefile.am.patch b/sci-astronomy/celestia/files/makefile.am.patch
deleted file mode 100644
index fb02cb6bc478..000000000000
--- a/sci-astronomy/celestia/files/makefile.am.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.am.old 2006-03-31 14:56:53.000000000 +0200
-+++ Makefile.am 2006-03-31 16:32:21.370713472 +0200
-@@ -66,11 +66,7 @@
- )
-
- install-data-hook:
-- if [ "$(kde_datadir)" -a -d $(kde_datadir)/@PACKAGE@ -a ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
-- mv -f -b $(kde_datadir)/@PACKAGE@/* $(datadir)/@PACKAGE@/ ; \
-- rmdir $(kde_datadir)/@PACKAGE@ ; \
-- fi
-- if [ "$(kde_datadir)" -a ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
-- ln -s $(datadir)/@PACKAGE@ $(kde_datadir)/@PACKAGE@ ; \
-- fi
-+ mv -f -b $(DESTDIR)$(kde_datadir)/@PACKAGE@/* $(DESTDIR)$(datadir)/@PACKAGE@/ ; \
-+ rmdir $(DESTDIR)$(kde_datadir)/@PACKAGE@ ; \
-+ ln -s $(datadir)/@PACKAGE@ $(DESTDIR)$(kde_datadir) ;
-