From be9f989cc7a3314a8a8baaf548881675b19a69a3 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 3 Mar 2005 04:10:49 +0000 Subject: [PATCH] better deb info SVN revision: 13574 --- legacy/eet/README.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/legacy/eet/README.in b/legacy/eet/README.in index 8eaad22951..9ca3153783 100644 --- a/legacy/eet/README.in +++ b/legacy/eet/README.in @@ -28,6 +28,8 @@ DEB: To build deb packages: tar zvf @PACKAGE@-@VERSION@.tar.gz cd @PACKAGE@-@VERSION@ dpkg-buildpackage -us -uc -rfakeroot + cd .. + rm -rf @PACKAGE@-@VERSION@ -You will find all the debin source, binary etc. packages put in the parent -(..) directory. +You will find all the debian source, binary etc. packages put in the directory +where you first untarred the source tarball.