From 2934a76fdd01a0181fb6822ddfbc16a50ddafcae Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Tue, 11 Sep 2012 12:56:47 -0700 Subject: [PATCH] fixed install instructions to work with the moved debian directory --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 01a7e06..c86f4f5 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,9 @@ If running on a Debian-based OS (this includes Ubuntu), it is highly recommended to install this program as a package by doing + ln -fs package_definitions/debian debian dpkg-buildpackage -us -uc -b - sudo dpkg -i feedgnuplot*.deb + sudo dpkg -i ../feedgnuplot*.deb This builds a debian package and installs it.