summaryrefslogtreecommitdiff
path: root/xfce4-corner-plugin
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@users.sourceforge.net>2008-01-19 13:57:01 +0100
committerJose V Beneyto <sepen@users.sourceforge.net>2008-01-19 13:57:01 +0100
commitd7613a0e0e2bbeeae479217496ba42f337f3ca9c (patch)
tree5e4aa1a1058f5c84ef23e76274a0f1375e4c295c /xfce4-corner-plugin
parentb3ebce2ad49ddbcd6b6285db782b82b0c5276852 (diff)
downloadxfce-d7613a0e0e2bbeeae479217496ba42f337f3ca9c.tar.gz
xfce-d7613a0e0e2bbeeae479217496ba42f337f3ca9c.tar.xz
xfce4-corner-plugin: Fixed libexec issue.
Diffstat (limited to 'xfce4-corner-plugin')
-rw-r--r--xfce4-corner-plugin/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/xfce4-corner-plugin/Pkgfile b/xfce4-corner-plugin/Pkgfile
index 8ae3fd6..9e24a81 100644
--- a/xfce4-corner-plugin/Pkgfile
+++ b/xfce4-corner-plugin/Pkgfile
@@ -6,13 +6,14 @@
name=xfce4-corner-plugin
version=1.0.1
-release=2
+release=3
source=(http://aur.archlinux.org/packages/${name}/${name}.tar.gz)
build() {
cd ${name}
gcc -std=c99 -Wall `pkg-config --cflags --libs libxfce4panel-1.0` \
${CFLAGS} ${LDFLAGS} -o ${name} ${name}.c
+ sed 's|/usr/libexec|/usr/lib|' ${name}.desktop
install -D -m 0755 ${name} ${PKG}/usr/lib/xfce4/panel-plugins/${name}
install -D -m 0644 ${name}.desktop $PKG/usr/share/xfce4/panel-plugins/${name}.desktop
}

Generated by cgit