Skip to content

Commit

Permalink
qt6-base-24h: add prints
Browse files Browse the repository at this point in the history
  • Loading branch information
oldherl committed Feb 8, 2025
1 parent 2f7093b commit 64d7dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archlinuxcn/qt6-base-24h/lilac.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ def pre_build():
elif in_prepare and line.startswith('}'):
line = f'''
cd $SRCDEST/src
pwd
ls -l
pwd
ls -l ..
cd $_pkgfn
cd ../$_pkgfn
patch -p1 -i ../oldherl{variant}.patch
cd util/locale_database
echo "This is slow. It takes about 4 minutes on my desktop."
Expand Down

0 comments on commit 64d7dc9

Please sign in to comment.