From 3f3837757c704219256b1d7f4074cfd1d10ab55a Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 18 Oct 2010 20:38:45 +0000 Subject: [PATCH] [package] install gsl headers in usr/include/gsl Signed-off-by: Rainer Poisel git-svn-id: svn://svn.openwrt.org/openwrt/packages@23520 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/gsl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/gsl/Makefile b/libs/gsl/Makefile index cd355b5f2..c9c5e1918 100644 --- a/libs/gsl/Makefile +++ b/libs/gsl/Makefile @@ -43,8 +43,8 @@ define Package/libgsl/install endef define Build/InstallDev - $(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/include/gsl/*.h $(1)/usr/include/ + $(INSTALL_DIR) $(1)/usr/include/gsl $(1)/usr/lib + $(CP) $(PKG_INSTALL_DIR)/usr/include/gsl/*.h $(1)/usr/include/gsl $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgsl.* $(1)/usr/lib/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgslcblas.* $(1)/usr/lib/ endef -- 2.11.0