Updating branch refs/heads/master
         to 987a077889316ed96417d9a224d9fbb2db65f3bf (commit)
       from c835a41d73ea4298bed7cb64b817d35fa58e36d4 (commit)

commit 987a077889316ed96417d9a224d9fbb2db65f3bf
Author: Gearoid Murphy <[email protected]>
Date:   Mon Dec 5 22:38:35 2011 +0000

    Fixed a path error in the Makefile.

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 32ceec3..4affeb1 100644
--- a/Makefile
+++ b/Makefile
@@ -9,11 +9,11 @@ libtaskbar:$(OBJ)
        g++ -shared  -o libtaskbar.so $(OBJ) $(LINKFLAGS)
 
 install:
-       ln -s `pwd`/libtaskbar.so /usr/lib/xfce4/panel/plugins/libtaskbar.so
+       ln -s `pwd`/libtaskbar.so /usr/lib/xfce4/panel-plugins/libtaskbar.so
        ln -s `pwd`/taskbar.desktop 
/usr/share/xfce4/panel/plugins/taskbar.desktop
 
 uninstall:
-       rm -f /usr/lib/xfce4/panel/plugins/libtaskbar.so
+       rm -f /usr/lib/xfce4/panel-plugins/libtaskbar.so
        rm -f /usr/share/xfce4/panel/plugins/taskbar.desktop
 
 clean:
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to