diff options
author | ewt <devnull@localhost> | 1998-02-17 16:46:13 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1998-02-17 16:46:13 +0000 |
commit | 597927f2db2a2ddc16e80a717572b04c4853d5b4 (patch) | |
tree | f8e4f8b4710fca95515cb45026e8ecc1dd5046e1 /README.amiga | |
parent | 7388abf88b2f181dee5c17f3a4282eaadb3444d3 (diff) | |
download | librpm-tizen-597927f2db2a2ddc16e80a717572b04c4853d5b4.tar.gz librpm-tizen-597927f2db2a2ddc16e80a717572b04c4853d5b4.tar.bz2 librpm-tizen-597927f2db2a2ddc16e80a717572b04c4853d5b4.zip |
1) added autoconf for popt directory to make archive
2) version 2.4.103
CVS patchset: 2006
CVS date: 1998/02/17 16:46:13
Diffstat (limited to 'README.amiga')
-rw-r--r-- | README.amiga | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.amiga b/README.amiga index a8c639c73..11b66e987 100644 --- a/README.amiga +++ b/README.amiga @@ -19,11 +19,11 @@ These are the things you'll have to do to install this package. * cd <your-build-directory> * tar -xzvf rpm-2.2.9-src.tar.gz * cd rpm-2.2.9 - * configure --prefix=/ade + * configure --prefix=/gg * make * make install -Now it's time to edit the file "ade:lib/rpmrc" to correspond to your +Now it's time to edit the file "gg:lib/rpmrc" to correspond to your system setup. Change the following entry: * topdir: /place/to/store/RPM/packages Make sure <tmppath> points to a _harddisk_ directory (the ram disk doesn't @@ -42,8 +42,8 @@ Now create the following directories in <topdir>: * SRPMS * SPECS -Create the "rpm" directory in "ade:lib". - makedir ade:lib/rpm +Create the "rpm" directory in "gg:lib". + makedir gg:lib/rpm Now it's time to initialise the rpm database with: rpm --initdb |