mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 03:34:15 +02:00
AUR: entry fix
This commit is contained in:
@@ -20,7 +20,3 @@ with open('fpakman_desktop.desktop', 'w+') as f:
|
|||||||
f.write(desktop_file.format(lib_path=os.getenv('FPAKMAN_LIB_PATH', '/usr/lib'),
|
f.write(desktop_file.format(lib_path=os.getenv('FPAKMAN_LIB_PATH', '/usr/lib'),
|
||||||
version=py_version,
|
version=py_version,
|
||||||
path=fpakman_cmd))
|
path=fpakman_cmd))
|
||||||
|
|
||||||
|
|
||||||
with open('fpakman', 'w') as f:
|
|
||||||
f.write(fpakman_cmd)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user