fix a typo
This commit is contained in:
parent
54d3e42b93
commit
69897a033b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue