Skip to content

Commit

Permalink
added -p
Browse files Browse the repository at this point in the history
  • Loading branch information
bruhhgnik committed Oct 4, 2024
1 parent 686d6d6 commit f1ea17f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ fpm -s dir -t rpm \
-n stone-prover \
-v "$(echo $TAG | cut -c 2-)" \
-a "$(uname -m)" \
-C /tmp/stone-prover/stone-prover.rpm \
-C /tmp/stone-prover/ \
--prefix / \
--depends libdw1 \
--maintainer "Baking Bad <[email protected]>" \
--description "Stone prover RPM package"
--description "Stone prover RPM package" \
-p /tmp/stone-prover/stone-prover.rpm





# The RPM package will be created in the current directory

0 comments on commit f1ea17f

Please sign in to comment.