X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=libs%2Flibshout%2FMakefile;h=d2a490f63632cf90d59fcb65fe08b78a80be1203;hb=1daf9469b7f7653bf1b015bce15fd2213c9324d8;hp=142f2d96a5bef492ffa17e92cc78a82807dc6d4b;hpb=a85bdbd1bce40c1bb7f387efaba3589c4c720b60;p=packages.git diff --git a/libs/libshout/Makefile b/libs/libshout/Makefile index 142f2d96a..d2a490f63 100644 --- a/libs/libshout/Makefile +++ b/libs/libshout/Makefile @@ -53,11 +53,11 @@ define Build/Compile endef define Build/InstallDev - mkdir -p $(1)/usr/include/shout + $(INSTALL_DIR) $(1)/usr/include/shout $(CP) $(PKG_INSTALL_DIR)/usr/include/shout/shout.h $(1)/usr/include/shout - mkdir -p $(1)/usr/lib + $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libshout.{a,so*} $(1)/usr/lib/ - mkdir -p $(1)/usr/lib/pkgconfig + $(INSTALL_DIR) $(1)/usr/lib/pkgconfig $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/shout.pc $(1)/usr/lib/pkgconfig/ endef