fix lintian. again.
This commit is contained in:
parent
6e7d203260
commit
0b9100d1b4
|
@ -81,8 +81,8 @@ install: build
|
||||||
# Remove CVS directories
|
# Remove CVS directories
|
||||||
/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/lintian-override \
|
cp debian/lintian-override debian/alternc/usr/share/lintian/overrides/alternc
|
||||||
debian/alternc/usr/share/lintian/overrides/alternc
|
cp debian/lintian-override debian/alternc/usr/share/lintian/overrides/alternc-slavedns
|
||||||
|
|
||||||
# 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