Created
October 15, 2014 03:02
-
-
Save StuHorsman-zz/a19653be9b2425a6aa29 to your computer and use it in GitHub Desktop.
Using fpm to build RHEL packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fpm -s dir -t rpm -n "cabal" -v "1.20.0.3" -p "cabal-1.20.0.3.rpm" /opt/cabal/1.20.0.3 | |
| fpm -s dir -t rpm -n "ghc" -v "7.8.3" -p "ghc-7.8.3.rpm" /opt/ghc/7.8.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment