diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-03-24 00:01:48 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-03-24 00:01:48 -0400 |
| commit | 05aa28a37729e73b99cca2892b34590e456a9f07 (patch) | |
| tree | c8882faef5ecd80e406a8422fdbb5b68abc06cfd /fedora | |
| parent | 891aa7c25585dacc490590bc7337b00161a781e6 (diff) | |
Clean up redundant Makefile steps
Diffstat (limited to 'fedora')
| -rw-r--r-- | fedora/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fedora/Makefile b/fedora/Makefile index 5a76d7d94..97904ddd3 100644 --- a/fedora/Makefile +++ b/fedora/Makefile @@ -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*' \ |
