~ubuntu-branches/ubuntu/vivid/ivtools/vivid

« 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-31 01:46:05 UTC
  • mfrom: (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060731014605-9ww6fxpeboa8zl77
Tags: 1.1.3-5.3ubuntu1
* Merge from Debian unstable:
  - config/site.def.DEBIAN: Use Debian's bashism fix.
  - debian/template: Retain use of /etc/X11 since /usr/lib/X11/config
    is not valid.

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
 
        cd dest; \                                                      @@\
53
 
        $(LN) Concat(lib,libname.so.rev) Concat(lib,libname.so.maj);\   @@\
54
 
        $(LN) Concat(lib,libname.so.maj) Concat(lib,libname.so); cd -; fi
 
52
        $(LN) Concat(lib,libname.so.rev) dest/Concat(lib,libname.so.maj);\   @@\
 
53
        $(LN) Concat(lib,libname.so.maj) dest/Concat(lib,libname.so); fi
55
54
 
56
55
 
57
56