Fri Feb 24 06:14:14 PM CET 2023
This commit is contained in:
parent
b799f288ea
commit
38cb5b9e02
1 changed files with 5 additions and 2 deletions
|
|
@ -83,12 +83,15 @@ extract-arch :
|
|||
# windows-specific modifications:
|
||||
patch-folder-arch :
|
||||
[ -f "version" ] && [ -f "source_release" ] && [ -d "librewolf-$(full_version)" ]
|
||||
# mv librewolf-$(full_version)/mozconfig librewolf-$(full_version)/mozconfig.std
|
||||
# cp -v assets/mozconfig.arch librewolf-$(full_version)/mozconfig
|
||||
cp -v assets/mozconfig librewolf-$(full_version)/mozconfig
|
||||
(cd librewolf-$(full_version) && patch -p1 -i ../assets/tryfix-reslink-fail.patch)
|
||||
(cd librewolf-$(full_version) && patch -p1 -i ../assets/fix-l10n-package-cmd.patch)
|
||||
|
||||
patch-folder-arch-mozconfig-new-style :
|
||||
# this target is just a reminder how I would want it to work once WINE works
|
||||
# mv librewolf-$(full_version)/mozconfig librewolf-$(full_version)/mozconfig.std
|
||||
# cp -v assets/mozconfig.arch librewolf-$(full_version)/mozconfig
|
||||
|
||||
winsdk-arch :
|
||||
${MAKE} winsdk
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue