Skip to content

Commit

Permalink
qt6-base-24h{,ms}: reset path before patching
Browse files Browse the repository at this point in the history
  • Loading branch information
oldherl committed Feb 7, 2025
1 parent 56bd5b6 commit 946c3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions archlinuxcn/qt6-base-24h/lilac.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def pre_build():
checks = checks + '8'
elif in_prepare and line.startswith('}'):
line = f'''
cd $SRCDEST/src
cd $_pkgfn
patch -p1 -i ../oldherl{variant}.patch
cd util/locale_database
Expand Down
1 change: 1 addition & 0 deletions archlinuxcn/qt6-base-24hms/lilac.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def pre_build():
checks = checks + '8'
elif in_prepare and line.startswith('}'):
line = f'''
cd $SRCDEST/src
cd $_pkgfn
patch -p1 -i ../oldherl{variant}.patch
cd util/locale_database
Expand Down

0 comments on commit 946c3c4

Please sign in to comment.