fix a typo

This commit is contained in:
Antoine Beaupré 2008-10-04 20:42:47 +00:00
parent 54d3e42b93
commit 69897a033b
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -82,7 +82,7 @@ install: build
/usr/bin/find debian/alternc -depth -type d -name CVS -exec rm {} -rf \; /usr/bin/find debian/alternc -depth -type d -name CVS -exec rm {} -rf \;
/usr/bin/find debian/alternc -depth -type d -name .svn -exec rm {} -rf \; /usr/bin/find debian/alternc -depth -type d -name .svn -exec rm {} -rf \;
cp debian/alternc.lintian debian/alternc/usr/share/lintian/overrides/alternc cp debian/alternc.lintian debian/alternc/usr/share/lintian/overrides/alternc
cp debian/alternc-slave.lintian debian/alternc/usr/share/lintian/overrides/alternc-slavedns cp debian/alternc-slave.lintian debian/alternc/usr/share/lintian/overrides/alternc-slave
# This single target is used to build all the packages, all at once, or # This single target is used to build all the packages, all at once, or
# one at a time. So keep in mind: any options passed to commands here will # one at a time. So keep in mind: any options passed to commands here will