upgpkg: cl-fad

Remove unnecessary systems directory.
This commit is contained in:
George Rawlinson 2022-05-30 20:03:18 +12:00
parent ff31f12ebe
commit d8370c9b17
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 0 additions and 9 deletions

View File

@ -33,18 +33,9 @@ check() {
package() { package() {
cd "$pkgname" cd "$pkgname"
# create directories
install -vd \
"$pkgdir/usr/share/common-lisp/source/$pkgname" \
"$pkgdir/usr/share/common-lisp/systems"
# library # library
install -vDm644 -t "$pkgdir/usr/share/common-lisp/source/$pkgname" ./*.{lisp,asd,system} 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 # documentation
install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README CHANGELOG docs/index.html install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README CHANGELOG docs/index.html