~ubuntu-branches/ubuntu/vivid/tkcvs/vivid

« back to all changes in this revision

Viewing changes to doinstall.tcl

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-08-04 20:47:27 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060804204727-fsu5rx5w6615c9qd
Tags: 8.0.3-1ubuntu1
Re-merge with Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
if [ -z "$DISPLAY"  -o "X$1" = "X-nox" ]; then exec tclsh "$0" -- ${1+"$@"}; else exec wish "$0" -- ${1+"$@"}; fi
5
5
 
6
6
#
7
 
# $Id: doinstall.tcl,v 1.19 2004/03/16 05:40:54 dorothyr Exp $
8
 
#
9
7
# Usage: doinstall.tcl [-nox] [destination]
10
8
#
11
9
# For a non-interactive installation which doesn't require an X server, do
92
90
  }
93
91
 
94
92
  puts "Installing icons in $GFDIR"
95
 
  cd [file join .. bitmaps]
 
93
  cd bitmaps
96
94
  foreach pixfile [glob *.gif *.xbm] {
97
95
    puts "  $pixfile"
98
96
    file copy -force $pixfile $GFDIR
99
97
  }
100
 
  cd ..
 
98
  cd [file join .. ..]
101
99
  puts "Finished!"
102
100
 
103
101
  if {$X} {