]> git.pld-linux.org Git - packages/celestia.git/commitdiff
- 1.4.0
authorwolf <wolf@pld-linux.org>
Sun, 25 Dec 2005 00:36:44 +0000 (00:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    celestia-makefile.patch -> 1.2

celestia-makefile.patch

index c68575ad5ae95ad4b322da352f04f1412577dff1..20cab3c7487e3f9bac3544cc87a31e88e6be3b0f 100644 (file)
@@ -1,15 +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 @@
+diff -ruN celestia-1.4.0./Makefile.am celestia-1.4.0/Makefile.am
+--- celestia-1.4.0./Makefile.am        2005-12-25 00:36:47.000000000 +0100
++++ celestia-1.4.0/Makefile.am 2005-12-25 00:38:04.094027272 +0100
+@@ -31,11 +31,3 @@
        cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
  
  install-data-hook:
--      if [ -d $(kde_datadir)/@PACKAGE@ -a ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
+-      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 [ ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
+-      if [ "$(kde_datadir)" -a ! -h $(kde_datadir)/@PACKAGE@ ] ; then \
 -              ln -s $(datadir)/@PACKAGE@ $(kde_datadir)/@PACKAGE@ ; \
 -      fi
-+
+-
This page took 0.149199 seconds and 4 git commands to generate.