e33706ab25
Also fix a bug in the tarball creation that existed even prior to moving it into create_tarball.sh
9 lines
326 B
Makefile
9 lines
326 B
Makefile
srpm:
|
|
dnf -y install git
|
|
git submodule update --init --recursive
|
|
cd deployment/fedora-package-x64; \
|
|
./create_tarball.sh; \
|
|
rpmbuild -bs pkg-src/jellyfin.spec \
|
|
--define "_sourcedir $$PWD/pkg-src/" \
|
|
--define "_srcrpmdir $(outdir)"
|