From 6752045a4fe14bec2e23d93183d41afc3a370cbd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 Oct 2008 06:19:35 +0200 Subject: [PATCH] README: explain the 'listfiles' target. --HG-- extra : convert_revision : 38a1815946f4b65ae4aa6f49e2a6cda80c638c6c --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index c13521bee9e..a8460ecf69e 100644 --- a/README +++ b/README @@ -78,6 +78,12 @@ To only install the package, _without_ stowning it into the master directory: $ pkgfs.sh install-destdir blob +To list files installed by a package, note that package must be installed +into destination directory first and you must specify package name plus +version, i.e: vim-7.2: + + $ pkgfs.sh listfiles blob-2.4 + That's all for now folks. I hope you find it useful, as I do. ------------------------------------------------------------------------------