Magellan Linux

Diff of /tags/installer-simple-0_4_91_20160203_1/make-tarball.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/installer-simple/make-tarball.sh revision 2320 by niro, Fri Jan 3 13:12:33 2014 UTC tags/installer-simple-0_4_91_20160203_1/make-tarball.sh revision 2933 by niro, Wed Feb 3 11:07:22 2016 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    
3  temp=$(mktemp -d)  temp=$(mktemp -d)
4  svn_base_uri="svn://cvs.magellan-linux.de/magellan-src"  svn_base_uri="svn://cvs.magellan-linux.de/magellan-source"
5  svn_module="installer-simple"  svn_module="installer-simple"
6  rev_keyword="${svn_module}"  rev_keyword="${svn_module}"
7  tarball_prefix="${svn_module}"  tarball_prefix="${svn_module}"

Legend:
Removed from v.2320  
changed lines
  Added in v.2933