libgsm: fix installation.
This commit is contained in:
parent
7e2967608b
commit
c1cdcbfda0
|
@ -31,8 +31,7 @@ do_install() {
|
|||
install -m644 inc/* ${DESTDIR}/usr/include/gsm
|
||||
|
||||
rm -f ${DESTDIR}/usr/include/gsm/*.orig
|
||||
cd ${DESTDIR}/usr/include/gsm
|
||||
ln -s gsm/gsm.h
|
||||
ln -sfr ${DESTDIR}/usr/include/gsm/gsm.h ${DESTDIR}/usr/include/gsm.h
|
||||
}
|
||||
|
||||
libgsm-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue