Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rpm/Makefile: prepare ~/rpmbuild tree
  • Loading branch information
perexg committed May 14, 2015
1 parent c74d73c commit 1459c2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rpm/Makefile
Expand Up @@ -27,6 +27,9 @@ tvheadend.spec: tvheadend.spec.in
-e 's/@COMMIT@/$(COMMIT1)/g' \
$< > $@

build: tvheadend.spec
~/rpmbuild/SOURCES:
mkdir -p $(foreach f,BUILD RPMS SOURCES SPECS SRPMS,~/rpmbuild/$(f))

build: ~/rpmbuild/SOURCES tvheadend.spec
spectool --get-files --sourcedir tvheadend.spec
rpmbuild -ba tvheadend.spec

0 comments on commit 1459c2c

Please sign in to comment.