Update vpnc to 0.4.0, thanks to Swen Kuhnlein
[openwrt/svn-archive/archive.git] / libs / libvorbisidec / Makefile
index f1ab745a871481df57ea6342968706106e6253c8..b32b8149ee261fba36d9c2825905a71abf54a0fc 100644 (file)
@@ -31,7 +31,7 @@ define Package/libvorbisidec
        It also has libogg built-in. It is suitable as a replacement for \\\
        libvorbis and libogg in tremor-aware applications.\\\
        Tremor is a decoder only. 
-  URL:=http://http://wiki.xiph.org/index.php/Tremor
+  URL:=http://wiki.xiph.org/index.php/Tremor
 endef
 
 define Build/Configure
@@ -61,7 +61,7 @@ define Build/UninstallDev
 endef
 
 define Package/libvorbisidec/install
-       install -d -m0755 $(1)/usr/lib
+       $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libvorbisidec.so.* $(1)/usr/lib/
 endef