mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
libgsm: fix installation.
This commit is contained in:
parent
7e2967608b
commit
c1cdcbfda0
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,7 @@ do_install() {
|
||||||
install -m644 inc/* ${DESTDIR}/usr/include/gsm
|
install -m644 inc/* ${DESTDIR}/usr/include/gsm
|
||||||
|
|
||||||
rm -f ${DESTDIR}/usr/include/gsm/*.orig
|
rm -f ${DESTDIR}/usr/include/gsm/*.orig
|
||||||
cd ${DESTDIR}/usr/include/gsm
|
ln -sfr ${DESTDIR}/usr/include/gsm/gsm.h ${DESTDIR}/usr/include/gsm.h
|
||||||
ln -s gsm/gsm.h
|
|
||||||
}
|
}
|
||||||
|
|
||||||
libgsm-devel_package() {
|
libgsm-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue