Clean up redundant Makefile steps

This commit is contained in:
Joshua M. Boniface 2020-03-24 00:01:48 -04:00
parent 891aa7c255
commit 05aa28a377

View File

@ -4,9 +4,6 @@ srpm:
cd fedora/; \
SOURCE_DIR=.. \
WORKDIR="$${PWD}"; \
package_temporary_dir="$${WORKDIR}/pkg-dist-tmp"; \
pkg_src_dir="$${WORKDIR}"; \
GNU_TAR=1; \
tar \
--transform "s,^\.,jellyfin-server-$(VERSION)," \
--exclude='.git*' \