From: florian Date: Mon, 18 Oct 2010 20:38:45 +0000 (+0000) Subject: [package] install gsl headers in usr/include/gsl X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3f3837757c704219256b1d7f4074cfd1d10ab55a;p=packages.git [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 --- 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