diff options
| author | 2024-11-22 15:20:00 +0100 | |
|---|---|---|
| committer | 2024-11-22 15:42:29 +0100 | |
| commit | 23af8b959d5b8c7e091cfeca46b16dd76d9d2021 (patch) | |
| tree | c878ea70749028b18f9349c0ce23c50cbce310ee | |
| parent | 67254f05130722d1041a455123e57c337c8eb027 (diff) | |
| download | base-files-23af8b959d5b8c7e091cfeca46b16dd76d9d2021.tar.gz base-files-23af8b959d5b8c7e091cfeca46b16dd76d9d2021.zip | |
debian/rules: Add missing check for dot.profile.
Diffstat (limited to '')
| -rwxr-xr-x | debian/rules | 1 |
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 \ |
