This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=40bb5b68c1810868a9862d7f9fb5ba1064a1ffcd

commit 40bb5b68c1810868a9862d7f9fb5ba1064a1ffcd
Author: Guillem Jover <[email protected]>
AuthorDate: Tue Sep 2 04:54:04 2025 +0200

    dselect: Use Oo as octal prefix in method scripts
    
    Changelog: internal
---
 dselect/methods/media/install.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dselect/methods/media/install.pl b/dselect/methods/media/install.pl
index 3cf452d5b..af9041c68 100755
--- a/dselect/methods/media/install.pl
+++ b/dselect/methods/media/install.pl
@@ -277,7 +277,7 @@ foreach my $need (@media) {
     }
 
     if (! -d 'tmp') {
-        mkdir 'tmp', 0755
+        mkdir 'tmp', 0o755
             or die("Cannot mkdir tmp: $!\n");
     }
     unlink <tmp/*>;

-- 
Dpkg.Org's dpkg

Reply via email to