1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lxd-dashboard_ynh.git synced 2024-09-03 19:36:18 +02:00
lxd-dashboard_ynh/sources/patches/how-to-generate-patch.md

6 lines
266 B
Markdown
Raw Normal View History

2024-01-16 22:38:04 +01:00
- download and extract sources, navigate to the dir then:
- `git init`
- `git add *`
- `find ./ \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/\/var\/lxdware/\/home\/yunohost.app\/lxd-dashboard/g'`
- `git diff > main-replace_data_dir.patch`