From 71145c51cee8a2cc34aacc40c86fe8afcbee2b7b Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Mon, 9 May 2011 15:05:26 -0400 Subject: Moving the local install to /home/jconti/Projects/indicators/example/build. --- .bzrignore | 1 + indicator-install.sh | 2 +- localgen.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.bzrignore b/.bzrignore index f19b3b5..eb903de 100644 --- a/.bzrignore +++ b/.bzrignore @@ -38,3 +38,4 @@ aclocal.m4 autom4te.cache compile config.guess +tags diff --git a/indicator-install.sh b/indicator-install.sh index f92cb15..9300a46 100755 --- a/indicator-install.sh +++ b/indicator-install.sh @@ -1,6 +1,6 @@ #!/bin/bash -PREFIX_NAME="$HOME/Projects/indicator-example/build" +PREFIX_NAME="$HOME/Projects/indicators/example/build" cp -v "$PREFIX_NAME/share/dbus-1/services/indicator-example.service" "/usr/share/dbus-1/services/" cp -v "$PREFIX_NAME/indicators/2/libexample.so" "/usr/lib/indicators/5/" diff --git a/localgen.sh b/localgen.sh index 1e58d67..a4457ef 100755 --- a/localgen.sh +++ b/localgen.sh @@ -1,5 +1,5 @@ #!/bin/bash -PREFIX_NAME="$HOME/Projects/indicator-example/build" +PREFIX_NAME="$HOME/Projects/indicators/example/build" ./autogen.sh --prefix="$PREFIX_NAME" --libdir="$PREFIX_NAME" --enable-localinstall -- cgit v1.2.3