summaryrefslogtreecommitdiff
path: root/packages/README
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-07-09 15:14:07 -0600
committerEduardo Chappa <chappa@washington.edu>2016-07-09 15:14:07 -0600
commitfa94ee5653f053d6dfbe1fcad056d5262dbb6e2b (patch)
tree15de951e653c55ab4204114e480fdaf3b160d5e1 /packages/README
parentc09a4169f51b90116733095290ca3c06e2137cce (diff)
downloadalpine-fa94ee5653f053d6dfbe1fcad056d5262dbb6e2b.tar.xz
* Update/Fix alpine.spec file to build rpm packages.
Diffstat (limited to 'packages/README')
-rw-r--r--packages/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/README b/packages/README
index 501c7cf7..5d7223e4 100644
--- a/packages/README
+++ b/packages/README
@@ -1,10 +1,9 @@
-Last changed: 06 Apr 2007
+Last changed: 09 July 2016
Building packages for Alpine
Files in this directory:
- alpine.spec - spec file for building RPMs on RedHat and Fedora.
- It should also work with Mandrake.
+ alpine.spec - spec file for building RPMs on RedHat, Fedora and OpenSuse.
debian/* - files containing instructions for building .deb files
for use with dpkg
windows/* - files used to build the Windows Alpine installer. Upon
@@ -54,7 +53,7 @@ The RPM file will be placed in the RPMS directory, and a source RPM
will be placed in the SRPMS directory. Installing an RPM is done with
the command:
-rpm -ivh alpine-{version}-1.i386.rpm
+rpm -ivh alpine-{version}-1.x86_64.rpm
Building .deb files: