]> git.pld-linux.org Git - packages/celestia.git/commitdiff
- don't mess with filesystem when building
authorwolf <wolf@pld-linux.org>
Tue, 11 Jan 2005 21:38:58 +0000 (21:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    celestia-makefile.patch -> 1.1

celestia-makefile.patch [new file with mode: 0644]

diff --git a/celestia-makefile.patch b/celestia-makefile.patch
new file mode 100644 (file)
index 0000000..c68575a
--- /dev/null
@@ -0,0 +1,15 @@
+diff -ruN celestia./Makefile.am celestia/Makefile.am
+--- celestia./Makefile.am      2004-09-23 22:53:05.000000000 +0200
++++ celestia/Makefile.am       2005-01-11 21:50:57.814828960 +0100
+@@ -31,10 +31,4 @@
+       cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
+ install-data-hook:
+-      if [ -d $(kde_datadir)/@PACKAGE@ -a ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
+-              mv -f -b $(kde_datadir)/@PACKAGE@/* $(datadir)/@PACKAGE@/ ; \
+-              rmdir $(kde_datadir)/@PACKAGE@ ; \
+-      fi
+-      if [ ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
+-              ln -s $(datadir)/@PACKAGE@ $(kde_datadir)/@PACKAGE@ ; \
+-      fi
++
This page took 0.151122 seconds and 4 git commands to generate.