~ubuntu-branches/ubuntu/saucy/xxdiff/saucy

« back to all changes in this revision

Viewing changes to adm/release_bin

  • Committer: Bazaar Package Importer
  • Author(s): Tomas Pospisek
  • Date: 2006-12-03 21:41:08 UTC
  • mfrom: (3.1.3 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203214108-l7d3sleqmf1uu1is
Tags: 1:3.2-2
* oops /usr/man slipped in again. Re-re-re-moving it.
* fix doc-base reference problems reported by lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
#
3
 
# $RCSfile: release_bin,v $
 
3
# $RCSfile$
4
4
#
5
5
 
6
6
if [ ! -d "adm" ]; then
28
28
ROOT=..
29
29
 
30
30
mkdir $ROOT/$PDIR
31
 
cp src/xxdiff $ROOT/$PDIR
 
31
cp bin/* $ROOT/$PDIR
32
32
 
33
33
strip $ROOT/$PDIR/xxdiff
34
34