mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 22:55:53 +08:00
fixed: control dir wrong chmod
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user