From: Russ Allbery Date: Mon, 20 Aug 2007 21:14:08 +0000 (+0000) Subject: Fix exclusion of the quilt .pc directory. X-Git-Tag: debian/1.4.4.dfsg1-7~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1688073840e122e25eb5e05dd15d1185801f97e2;p=packages%2Fo%2Fopenafs.git Fix exclusion of the quilt .pc directory. --- diff --git a/debian/rules b/debian/rules index 0aece328c..7a20ba537 100755 --- a/debian/rules +++ b/debian/rules @@ -153,7 +153,7 @@ binary-source: install -d debian/$(srcpkg)/usr/src/modules/$(package) find . \( -name \*.o -o -path ./debian -o -path \*/.svn \ -o -path ./src/WINNT -o -path ./doc -o -path ./obj \ - -o -path ./$(SYS_NAME) -o -path /.pc \) -prune -o -print | \ + -o -path ./$(SYS_NAME) -o -path ./.pc \) -prune -o -print | \ cpio -admp debian/$(srcpkg)/usr/src/modules/$(package) mkdir -p debian/$(srcpkg)/usr/src/modules/$(package)/debian cp debian/copyright debian/module/* \