From 6dfebca9e41bcf499a491086b270351e039a0b79 Mon Sep 17 00:00:00 2001 From: Dmitry Porunov Date: Wed, 24 Jun 2020 20:44:38 +0300 Subject: [PATCH] Just to see what happens --- pkg/aur/posy-cursors/PKGBUILD | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pkg/aur/posy-cursors/PKGBUILD b/pkg/aur/posy-cursors/PKGBUILD index d220dba..0a5b29b 100644 --- a/pkg/aur/posy-cursors/PKGBUILD +++ b/pkg/aur/posy-cursors/PKGBUILD @@ -12,8 +12,17 @@ source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/-/archive/v$pkgver/posy-cursors-v sha256sums=('SKIP') # automatically set in CI, see: /.gitlab-ci.yml package() { - ls -la - ls -la * + echo "-------------------------------------------------------" + echo "-------------------------------------------------------" + echo "-------------------------------------------------------" + ls -l + echo "-------------------------------------------------------" + echo "-------------------------------------------------------" + echo "-------------------------------------------------------" + ls -l * + echo "-------------------------------------------------------" + echo "-------------------------------------------------------" + echo "-------------------------------------------------------" cd $pkgname-$pkgver-$pkgrel/themes install -Ddm755 "$pkgdir/usr/share/icons" cp -dr --no-preserve=ownership posy-white/ "$pkgdir/usr/share/icons/posy-white"