Just to see what happens

v3.7.4
Dmitry Porunov 4 years ago
parent 5186b9d282
commit 6dfebca9e4

@ -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"

Loading…
Cancel
Save