]> git.pld-linux.org Git - packages/celestia.git/blame - celestia-makefile.patch
- BR: pkgconfig
[packages/celestia.git] / celestia-makefile.patch
CommitLineData
f02cedbc 1diff -ruN celestia./Makefile.am celestia/Makefile.am
2--- celestia./Makefile.am 2004-09-23 22:53:05.000000000 +0200
3+++ celestia/Makefile.am 2005-01-11 21:50:57.814828960 +0100
4@@ -31,10 +31,4 @@
5 cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
6
7 install-data-hook:
8- if [ -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- fi
12- if [ ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
13- ln -s $(datadir)/@PACKAGE@ $(kde_datadir)/@PACKAGE@ ; \
14- fi
15+
This page took 0.611729 seconds and 4 git commands to generate.