~ubuntu-branches/ubuntu/maverick/checkpolicy/maverick

« back to all changes in this revision

Viewing changes to debian/common/install_cmds.mk

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2009-10-15 23:10:12 UTC
  • mfrom: (1.1.12 upstream) (2.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091015231012-hfedduu4ls8l720m
Tags: 2.0.20-1
New upstream point release. Add support for building Xen policies from
Paul Nuzzi. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
######################### -*- Mode: Makefile-Gmake -*- ########################
2
2
## install_cmds.mk ---
3
 
## Author           : Manoj Srivastava ( srivasta@glaurung.internal.golden-gryphon.com )
 
3
## Author           : Manoj Srivastava ( srivasta@golden-gryphon.com )
4
4
## Created On       : Fri Jun 16 14:40:20 2006
5
5
## Created On Node  : glaurung.internal.golden-gryphon.com
6
6
## Last Modified By : Manoj Srivastava
44
44
        cd $$1 ;                                                   \
45
45
       find . -type f                                              \
46
46
              ! -regex './DEBIAN/.*'                               \
47
 
              ! -regex './etc/.*'     $(EXTRA_MD5SUM_EXCLUDE)      \
 
47
              ! -regex './var/.*'     $(EXTRA_MD5SUM_EXCLUDE)      \
48
48
              -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums ; \
49
49
       if [ -z "DEBIAN/md5sums" ] ; then                           \
50
50
           rm -f "DEBIAN/md5sums" ;                                \
51
51
       fi ;                                                        \
52
52
    } ;                                                            \
53
 
    create_md5sums_fn 
 
53
    create_md5sums_fn
54
54
endef
55
55
 
56
56
#Local variables: