summaryrefslogtreecommitdiff
path: root/docs/chapters/special.sgml
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-08-20 18:17:31 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-08-20 18:17:31 +0200
commitb2d6ee6a75ed4e1b21405e6c54a96a9494c6f5d6 (patch)
tree547e2a6a0130912416083b78e6744d991977ec3b /docs/chapters/special.sgml
parentb014ad23d94771e736a6df194138b2c89219d472 (diff)
don't hardcode -i\.git -I.git as build arguments
Diffstat (limited to 'docs/chapters/special.sgml')
-rw-r--r--docs/chapters/special.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/chapters/special.sgml b/docs/chapters/special.sgml
index 9fa7874..b7982be 100644
--- a/docs/chapters/special.sgml
+++ b/docs/chapters/special.sgml
@@ -75,7 +75,7 @@ cleanup-script.sh
cat &lt;&lt;EOF &gt;/usr/local/bin/git-pbuilder
#!/bin/sh
# pass all options to dpkg-buildpackage:
-pdebuild --debbuildopts "$*"
+pdebuild --debbuildopts "-i\.git -I.git $*"
EOF
chmod a+x /usr/local/bin/git-pbuilder
</programlisting>