Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit ed3ed2a

Browse files
author
Matthias Koeppe
committed
build/pkgs/cddlib/spkg-install.in: Install symlinks for cddlib/*.h
1 parent 308274d commit ed3ed2a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/pkgs/cddlib/spkg-install.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ cd src
55
sdh_configure
66
sdh_make
77
sdh_make_install
8+
9+
# Old versions of cddlib install headers without the official prefix "cddlib/";
10+
# and some distributions install the headers with a prefix "cdd/".
11+
# We install symlinks to shadow possible system installations of these headers.
12+
# This can be removed as soon as all packages that detect cddlib have been
13+
# updated to check the official prefix "cddlib/" first.
14+
(cd $SAGE_DESTDIR$SAGE_LOCAL/include/ && ln -sf cddlib cdd && ln -sf cddlib/*.h .)

0 commit comments

Comments
 (0)