mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
rules: fix clean
This commit is contained in:
parent
00bad90165
commit
fd9f36175f
2
debian/rules
vendored
2
debian/rules
vendored
@ -15,9 +15,7 @@ override_dh_auto_clean:
|
|||||||
(cd $$i && rm -f COPYING INSTALL depcomp install-sh missing py-compile config.guess config.sub aclocal.m4 config.h.in version.m4); \
|
(cd $$i && rm -f COPYING INSTALL depcomp install-sh missing py-compile config.guess config.sub aclocal.m4 config.h.in version.m4); \
|
||||||
done
|
done
|
||||||
find . -name "*.pyo" -o -name "*.pyc" -type f -exec rm -f "{}" \;
|
find . -name "*.pyo" -o -name "*.pyc" -type f -exec rm -f "{}" \;
|
||||||
find . -name "*.spec" -type f -exec rm -f "{}" \;
|
|
||||||
find . -name "ltmain.sh" -exec rm -f "{}" \;
|
find . -name "ltmain.sh" -exec rm -f "{}" \;
|
||||||
find . -name "Makefile.in" -exec rm -f "{}" \;
|
|
||||||
find . -name "configure" -exec rm -f "{}" \;
|
find . -name "configure" -exec rm -f "{}" \;
|
||||||
dh_clean
|
dh_clean
|
||||||
rm -rf $(DESTDIR)
|
rm -rf $(DESTDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user