Make RPM packages easier

This commit is contained in:
Tom Limoncelli
2014-08-26 20:40:22 +00:00
committed by tlimoncelli@stackexchange.com
parent adcb7e7449
commit b023e36516
2 changed files with 9 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ all:
@echo ' make install (incomplete)
packages:
@$(BIN)/make_rpm.sh PKGRELEASE="$${PKGRELEASE}"
PKGRELEASE="$${PKGRELEASE}" $(BIN)/build_rpm.sh blackbox tools/manifest.txt
install:
@echo 'To install, copy the files from bin to somewhere in your PATH.'