the install instructions say to make changes to the .local files, but this script...
[eq/.git] / doc / packaging.txt
1
2 Packaging tips
3
4 Alan Pippin <apippin@pippins.net>
5
6    v1.0, 19 July 2005
7    
8    How to build RPM and DEB packages...
9      _________________________________________________________________
10    
11 RPM
12
13    Run these two commands:
14    
15    tar c eq | bzip2 > eq-0.0.1.00.tar.bz2
16    
17    rpm -tb eq-0.0.1.000.tar.bz2