summaryrefslogtreecommitdiff
path: root/xfce4-clipman-plugin/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce4-clipman-plugin/Pkgfile')
-rw-r--r--xfce4-clipman-plugin/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce4-clipman-plugin/Pkgfile b/xfce4-clipman-plugin/Pkgfile
index 2bf3c62..727a5fa 100644
--- a/xfce4-clipman-plugin/Pkgfile
+++ b/xfce4-clipman-plugin/Pkgfile
@@ -6,7 +6,7 @@
# Group: xfce4
name=xfce4-clipman-plugin
-version=1.2.2
+version=1.2.3
release=1
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
@@ -22,6 +22,6 @@ build() {
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{doc,locale}
- find $PKG/usr/share -type f -name '*.desktop' \
+ find $PKG/usr -type f -name '*.desktop' \
-exec sed -r '/\[.+\]=/d' -i {} \;
}

Generated by cgit