From 94636e19e0a81a64a8030eea7094491599d357c5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 13 Nov 2017 20:43:40 +0100 Subject: community/deepin-terminal: remove compiled files from "source" tarball --- community/deepin-terminal/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/deepin-terminal/PKGBUILD diff --git a/community/deepin-terminal/PKGBUILD b/community/deepin-terminal/PKGBUILD new file mode 100644 index 00000000..641862a7 --- /dev/null +++ b/community/deepin-terminal/PKGBUILD @@ -0,0 +1,9 @@ +# make a source tar ball from the "source" tar ball +# see https://bugs.archlinux32.org/index.php?do=details&task_id=10 + +eval "$( + declare -f prepare | \ + sed ' + 2 a find $pkgname-$pkgver \\( '"-name '*.a' -o -name '*.o'"' \\) -delete + ' +)" -- cgit v1.2.3-54-g00ecf