diff options
Diffstat (limited to 'main/xfce4-notes-plugin/APKBUILD')
-rw-r--r-- | main/xfce4-notes-plugin/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/xfce4-notes-plugin/APKBUILD b/main/xfce4-notes-plugin/APKBUILD index a268ecd53..3cdb65ae6 100644 --- a/main/xfce4-notes-plugin/APKBUILD +++ b/main/xfce4-notes-plugin/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=xfce4-notes-plugin pkgver=1.7.7 -pkgrel=1 +pkgrel=2 pkgdesc="Notes plugin for the Xfce4 desktop" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" arch="all" @@ -32,6 +32,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install + find "$pkgdir" -name '*.la' -delete } md5sums="42b924b23f2fec6a1099e9b7a87db4a3 xfce4-notes-plugin-1.7.7.tar.bz2" |