mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-17 16:37:43 +02:00
fixed: control dir wrong chmod
This commit is contained in:
parent
501abecda9
commit
5b16d557d8
1 changed files with 1 additions and 0 deletions
|
@ -1078,6 +1078,7 @@ class InternalCommands:
|
|||
|
||||
metaDir = '%s/%s/DEBIAN' % (debDir, package)
|
||||
os.makedirs(metaDir)
|
||||
os.chmod(metaDir, 0o0755)
|
||||
|
||||
templateFile = open(resDir + '/deb/control.in')
|
||||
template = templateFile.read()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue