From f859c23a77b93368b96630b4b0ff79f039b87a2f Mon Sep 17 00:00:00 2001 From: joeyh Date: Mon, 17 Apr 2006 20:11:24 +0000 Subject: r1905: * dh_installxfonts: pass --x11r7-layout to update-fonts-* commands to ensure they use the right new directory. Closes: #362820 * dh_installxfonts: also, alias files have moved from /etc/X11/fonts/* to /etc/X11/fonts/X11R7/*, update call to update-fonts-alias and the man page accordingly; packages containing alias files will need to switch to the new directory on their own. * dh_installudev: correct documentation for --name. Closes: #363028 * Fix broken directory removal code. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 7b3a02b7..f2401f75 100755 --- a/debian/rules +++ b/debian/rules @@ -67,7 +67,7 @@ clean: ./run dh_clean *.1 *.7 *-stamp Debian/Debhelper/Dh_Version.pm po4a --rm-translations --rm-backups man/po4a/po4a.cfg for lang in $(LANGS); do \ - rmdir man/$$lang; \ + if [ -e man/$$lang ]; then rmdir man/$$lang; fi; \ done; test: version test-stamp -- cgit v1.2.3