[Xfce4-commits] <xfce4-taskbar-plugin:master> Fixed a path error in the Makefile.
Gearoid Murphy
noreply at xfce.org
Mon Dec 5 23:40:01 CET 2011
Updating branch refs/heads/master
to 987a077889316ed96417d9a224d9fbb2db65f3bf (commit)
from c835a41d73ea4298bed7cb64b817d35fa58e36d4 (commit)
commit 987a077889316ed96417d9a224d9fbb2db65f3bf
Author: Gearoid Murphy <gearoid.p.murphy at gmail.com>
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:
More information about the Xfce4-commits
mailing list