Changeset 150

Show
Ignore:
Timestamp:
27/03/2007 15:46:28 (1 year ago)
Author:
nextime
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • packages/telephony/zaptel/tags/mercury/debian/rules

    r148 r150  
    121121        # driver source code 
    122122        mkdir -p $(TARDIR)/debian 
    123         cp Makefile configure install-sh makeopts.in .version *.c *.h *.rbt $(TARDIR)/ 
     123        cp Makefile Makefile.Linux26 configure install-sh makeopts.in .version *.c *.h *.rbt $(TARDIR)/ 
    124124        for dir in build_tools include oct612x wct4xxp xpp; do \ 
    125125          if [ -d $$dir ]; then cp -r $$dir $(TARDIR); fi; \ 
  • packages/telephony/zaptel/trunk/debian/rules

    r148 r150  
    121121        # driver source code 
    122122        mkdir -p $(TARDIR)/debian 
    123         cp Makefile configure install-sh makeopts.in .version *.c *.h *.rbt $(TARDIR)/ 
     123        cp Makefile Makefile.Linux26 configure install-sh makeopts.in .version *.c *.h *.rbt $(TARDIR)/ 
    124124        for dir in build_tools include oct612x wct4xxp xpp; do \ 
    125125          if [ -d $$dir ]; then cp -r $$dir $(TARDIR); fi; \