]> git.pld-linux.org Git - packages/celestia.git/blob - celestia-makefile.patch
- don't mess with filesystem when building
[packages/celestia.git] / celestia-makefile.patch
1 diff -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.058115 seconds and 3 git commands to generate.