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"