[GRASS-SVN] r50577 - grass/branches/develbranch_6/debian

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 30 21:31:16 EST 2012


Author: hamish
Date: 2012-01-30 18:31:16 -0800 (Mon, 30 Jan 2012)
New Revision: 50577

Modified:
   grass/branches/develbranch_6/debian/README.debian
Log:
sudo as needed

Modified: grass/branches/develbranch_6/debian/README.debian
===================================================================
--- grass/branches/develbranch_6/debian/README.debian	2012-01-31 02:25:58 UTC (rev 50576)
+++ grass/branches/develbranch_6/debian/README.debian	2012-01-31 02:31:16 UTC (rev 50577)
@@ -16,7 +16,7 @@
 # have to install a bunch of -dev packages. Look at the debian/control
 # file and install the packages on the "Build-depends" lines.
 
-  apt-get install flex bison libreadline-dev libncurses5-dev # ... etc.
+  sudo apt-get install flex bison libreadline-dev libncurses5-dev # ... etc.
 
 
 # In your favorite text editor open debian/changelog and adjust the
@@ -33,7 +33,7 @@
 # in main GRASS source directory. After the packages are generated, you can
 # install them with:
 
-  dpkg -i ../grass*.deb
+  sudo dpkg -i ../grass*.deb
 
 # (make sure to remove older grass*.deb files first)
 



More information about the grass-commit mailing list