summaryrefslogtreecommitdiff
path: root/DEVELOPERS.md
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-08-01 12:00:07 -0400
committerGravatar Mike Burns <mike@mike-burns.com>2013-08-01 12:00:07 -0400
commitbc1364d1a195572bf470c81352c01bc8dfec6880 (patch)
tree7609db9e44b06b9defca3835cd7d38749abbfa07 /DEVELOPERS.md
parent6cd238b969f46a5cdc5b5c252beaedf721d65c44 (diff)
Document Debian installation instructions
Currently the deb file is hosted on my personal server. Download it then use `dpkg` to install it.
Diffstat (limited to 'DEVELOPERS.md')
-rw-r--r--DEVELOPERS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPERS.md b/DEVELOPERS.md
index 3ff3516..973a66a 100644
--- a/DEVELOPERS.md
+++ b/DEVELOPERS.md
@@ -22,7 +22,7 @@ First, everything must be set up just right:
cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
- tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
+ tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian --exclude=config.status --exclude=config.log -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild: