Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--README4
2 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 64267ce..027fc63 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,5 @@
SUBDIRS = chat browser shell
-bin_SCRIPTS = sugar
-
sugardir = $(pythondir)/sugar
sugar_PYTHON = \
__init__.py \
diff --git a/README b/README
index ea293a9..425eae3 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ You will need gnome-common.
./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
-make install
+make install # make require root privileges
Running
=======
@@ -35,4 +35,4 @@ You can run activities like this
$ cd browser
$ ./browser.py
-Just remember to have the shell running
+(Just remember to have the shell running)