From 2a15d3c03965ea68e69c48fffef541648bd7b078 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 18 Mar 2018 15:05:43 +0100 Subject: debian/rules: Make sure config.guess and config.sub are removed during clean, as well. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 6501d4a..ce488d7 100755 --- a/debian/rules +++ b/debian/rules @@ -28,3 +28,5 @@ override_dh_auto_clean: if [ -e po/ayatana-indicator-notifications.pot.bak ]; then \ mv -f po/ayatana-indicator-notifications.pot.bak po/ayatana-indicator-notifications.pot; \ fi + rm -f config.guess + rm -f config.sub -- cgit v1.2.3