Skip to content

Instantly share code, notes, and snippets.

@kylejohnson
Created March 20, 2014 15:12
Show Gist options
  • Select an option

  • Save kylejohnson/9665992 to your computer and use it in GitHub Desktop.

Select an option

Save kylejohnson/9665992 to your computer and use it in GitHub Desktop.
fpm example
fpm \
--vendor ZoneMinder \
--maintainer [email protected] \
--url https://github.com/ZoneMinder/ZoneMinder \
--depends package1 package2 \
--description 'ZoneMinder Description' \
-n ZoneMinder \
-s dir \
-t deb \
--before-remove /root/ZoneMinder/devops/prerm \
--prefix /opt/ZoneMinder \
--config-files /opt/ZoneMinder/zm.conf \
file-to-add-1 \
file-to-add-2 \
file-to-add-3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment