~ubuntu-branches/ubuntu/edgy/ivtools/edgy-proposed

« back to all changes in this revision

Viewing changes to config/site.def.DEBIAN

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-07-21 03:25:15 UTC
  • Revision ID: james.westby@ubuntu.com-20060721032515-lswknjae9yhhbe0s
Tags: 1.1.3-5.2ubuntu1
* Merge from Debian unstable:
  - config/site.def.DEBIAN: Fix the bashism (pushd/popd) that was
    causing FTBFS (Closes Debian: #372649).
  - debian/{control,dirs,ivtools-dev.files,ivtools-interviews.files,
    mime,rules}: Drop Ubuntu delta.
  - src/scripts/ivmkmf: Reformat Ubuntu delta.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        MakeDir(dest)                                                   @@\
50
50
        $(INSTALL) -c $(INSTLIBFLAGS) Concat(lib,libname.so.rev) dest   @@\
51
51
        -@if [ -f dest/Concat(lib,libname.so) ]; then exit 0; else \    @@\
52
 
        pushd dest; \                                                   @@\
 
52
        cd dest; \                                                      @@\
53
53
        $(LN) Concat(lib,libname.so.rev) Concat(lib,libname.so.maj);\   @@\
54
 
        $(LN) Concat(lib,libname.so.maj) Concat(lib,libname.so); popd; fi
 
54
        $(LN) Concat(lib,libname.so.maj) Concat(lib,libname.so); cd -; fi
55
55
 
56
56
 
57
57