Skip to content

Commit

Permalink
chore: Fix makefile build
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Oct 27, 2024
1 parent ea032a8 commit 97f6d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ build-deb: build
mv deb.deb dispenser.deb

build-rpm: build
mkdir -p deb/usr/local/bin/
mkdir -p rpm/usr/local/bin/
rm -f $(USR_BIN_RPM)
mv $(TARGET_BIN) $(USR_BIN_RPM)
cp -r rpm/ rpmbuild
mkdir -p rpmbuild/opt/dispenser
mkdir -p rpmbuild/opt/dispenser
rpmbuild --target=x86_64 --buildroot $(WORK_DIR)/rpmbuild \
-bb rpmbuild/dispenser.spec

0 comments on commit 97f6d72

Please sign in to comment.