Improve hygiene of kaem build scripts

This commit is contained in:
Gábor Stefanik 2024-02-14 15:25:22 +01:00 committed by Googulator
parent 9c1ae45bb8
commit 7dc9ebc71d
12 changed files with 37 additions and 49 deletions

View file

@ -20,6 +20,7 @@ cd build
cp ${DISTFILES}/${pkg}.tar.bz2 ../src/
bunzip2 -f ../src/${pkg}.tar.bz2
tar xf ../src/${pkg}.tar
rm -r ../src
cd ${pkg}
cp ../../mk/main.mk Makefile