diff options
-rw-r--r-- | .bzrignore | 1 | ||||
-rwxr-xr-x | indicator-install.sh | 2 | ||||
-rwxr-xr-x | localgen.sh | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -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 |