Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 6298236e5c51d887bbb4fd3bfd73e49f > files > 9

skychart-3.6-2.mga3.src.rpm

--- skychart-3.4-source/tools/install_data.sh.orig	2012-06-26 00:34:43.668000062 +0200
+++ skychart-3.4-source/tools/install_data.sh	2012-06-26 00:35:58.263000051 +0200
@@ -4,9 +4,9 @@
   pkg=$1.tgz
   ddir=$2
   pkgz=../BaseData/$pkg
-  if [ ! -e $pkgz ]; then
-     wget http://download.origo.ethz.ch/skychart/2443/$pkg -O $pkgz
-  fi
+  #if [ ! -e $pkgz ]; then
+  #   wget http://download.origo.ethz.ch/skychart/2443/$pkg -O $pkgz
+  #fi
   tar xvzf $pkgz -C $ddir
 }
 
@@ -42,12 +42,12 @@
   install -v -m 644  $f $destdir/share/skychart/$f
 done
 
-if [ ! -d doc/wiki_doc ]; then
-  cd wiki_doc
-  ./getdoc.sh
-  ./copydoc.sh
-  cd ..
-fi
+#if [ ! -d doc/wiki_doc ]; then
+#  cd wiki_doc
+#  ./getdoc.sh
+#  ./copydoc.sh
+#  cd ..
+#fi
 
 for f in $(find doc/wiki_doc/|grep -v .svn)
 do