forked from pool/desktop-file-utils
Cleanup %prep section. Add # PATCH-FIX-OPENSUSE comment to Patch1. OBS-URL: https://build.opensuse.org/request/show/826233 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=77
9 lines
165 B
Python
9 lines
165 B
Python
#!/usr/bin/env python3
|
|
|
|
import os
|
|
|
|
os.symlink(
|
|
'desktop-file-install.1',
|
|
os.getenv('MESON_INSTALL_DESTDIR_PREFIX') + '/share/man/man1/desktop-file-edit.1'
|
|
)
|