mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-03-17 19:52:31 +00:00
fix broken symlinks in modules
This commit is contained in:
@@ -119,7 +119,7 @@ def zip_src_files():
|
|||||||
"""
|
"""
|
||||||
Zips all files in the 'src/' directory into 'btl2capfix.zip' using the shell zip command.
|
Zips all files in the 'src/' directory into 'btl2capfix.zip' using the shell zip command.
|
||||||
"""
|
"""
|
||||||
run_command('cd src && zip -r ../btl2capfix *')
|
run_command('cd src && zip -y -r ../btl2capfix *')
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
"""
|
"""
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user