Reorganized extrafiles to prepare for non-rpmbuild build.

This commit is contained in:
Greg Szabo
2017-06-20 13:07:01 +00:00
parent 2efdd069c6
commit e280cbdead
19 changed files with 27 additions and 173 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ all: $(binaries)
build: $(build-binaries)
package: $(package-rpm) $(package-deb)
install: $(install-rpm) $(install-deb)
$(binaries): %: build-% package-rpm-% install-rpm-% package-deb-% install-deb-% ;
$(binaries): %: build-% package-rpm-% package-deb-%
###
# Building the binaries is not in the spec file, because in the spec file you already need to know the version number