summaryrefslogtreecommitdiff
path: root/libsdl/libsdl-net_1.2.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libsdl/libsdl-net_1.2.5.oe')
-rw-r--r--libsdl/libsdl-net_1.2.5.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsdl/libsdl-net_1.2.5.oe b/libsdl/libsdl-net_1.2.5.oe
index 975f8c190f..718daa6110 100644
--- a/libsdl/libsdl-net_1.2.5.oe
+++ b/libsdl/libsdl-net_1.2.5.oe
@@ -10,8 +10,8 @@ S = "${WORKDIR}/SDL_net-${PV}"
inherit autotools libtool
do_stage() {
- oe_libinstall -so libSDL_net-1.2 ${STAGING_LIBDIR}
- ln -sf libSDL_net-1.2.so ${STAGING_LIBDIR}/libSDL_net.so
+ oe_libinstall -so libSDL_net ${STAGING_LIBDIR}
+ ln -sf libSDL_net.so ${STAGING_LIBDIR}/libSDL_net-1.2.so
install -m 0644 SDL_net.h ${STAGING_INCDIR}/SDL/SDL_net.h
}