summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLibravatar Santiago Vila <[email protected]>2024-11-22 15:20:00 +0100
committerLibravatar Santiago Vila <[email protected]>2024-11-22 15:42:29 +0100
commit23af8b959d5b8c7e091cfeca46b16dd76d9d2021 (patch)
treec878ea70749028b18f9349c0ce23c50cbce310ee /debian
parent67254f05130722d1041a455123e57c337c8eb027 (diff)
downloadbase-files-23af8b959d5b8c7e091cfeca46b16dd76d9d2021.tar.gz
base-files-23af8b959d5b8c7e091cfeca46b16dd76d9d2021.zip
debian/rules: Add missing check for dot.profile.
Diffstat (limited to '')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 17ad36f..758c8ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,7 @@ execute_after_dh_clean:
override_dh_auto_build:
sh debian/check-md5sum-etc profile
+ sh debian/check-md5sum-etc dot.profile
set -e; { \
echo "# Triggers for creating multilib aliasing symlinks on demand"; \
for d in $(USR_MERGE_MULTILIB); do \