From d8370c9b1700f4dfdaec514517e7ebd7e65752bc Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Mon, 30 May 2022 20:03:18 +1200 Subject: [PATCH] upgpkg: cl-fad Remove unnecessary systems directory. --- cl-fad/PKGBUILD | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cl-fad/PKGBUILD b/cl-fad/PKGBUILD index b19c13f..26818cc 100644 --- a/cl-fad/PKGBUILD +++ b/cl-fad/PKGBUILD @@ -33,18 +33,9 @@ check() { package() { cd "$pkgname" - # create directories - install -vd \ - "$pkgdir/usr/share/common-lisp/source/$pkgname" \ - "$pkgdir/usr/share/common-lisp/systems" - # library install -vDm644 -t "$pkgdir/usr/share/common-lisp/source/$pkgname" ./*.{lisp,asd,system} - pushd "$pkgdir/usr/share/common-lisp/systems" - ln -s "../source/$pkgname/$pkgname.asd" . - popd - # documentation install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README CHANGELOG docs/index.html