~cisco-openstack/puppet-openstack-cisco/icehouse-puppet-vswitch

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Soren Hansen
  • Date: 2012-11-21 14:42:47 UTC
  • Revision ID: soren@linux2go.dk-20121121144247-q022t8smkoabjyqh
Make sure dot files are also included in the package

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
override_dh_install:
7
7
        mkdir -p $(CURDIR)/debian/puppet-vswitch/usr/share/puppet/modules/vswitch
8
 
        for x in $(CURDIR)/* ; \
9
 
        do \
10
 
                if ! [ "$$(basename "$$x")" = "debian" ]; \
11
 
                then \
12
 
                        cp -r "$${x}" "$(CURDIR)/debian/puppet-vswitch/usr/share/puppet/modules/vswitch/"; \
13
 
                fi; \
14
 
        done
 
8
        find . -mindepth 1 -maxdepth 1 ! -name debian | xargs cp -rt $(CURDIR)/debian/puppet-vswitch/usr/share/puppet/modules/vswitch