upgpkg: cl-fad
Remove unnecessary systems directory.
This commit is contained in:
parent
ff31f12ebe
commit
d8370c9b17
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue