mirror of
https://codeberg.org/hyperreal/better_fonts
synced 2024-11-01 08:33:08 +01:00
7 lines
164 B
Makefile
7 lines
164 B
Makefile
srpm:
|
|
dnf -y install wget
|
|
find -type f -executable -exec {} \;
|
|
cp -r ./* /builddir/build/SOURCES/
|
|
rpmbuild -bs *.spec
|
|
cp -r /builddir/build/SRPMS/* \$(outdir)
|