Fix another typo
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 May 2007 22:36:30 +0000 (22:36 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 May 2007 22:36:30 +0000 (22:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7268 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libdvbpsi4/Makefile

index e767488..3fbae1f 100644 (file)
@@ -54,7 +54,7 @@ endef
 
 define Package/libdvbpsi4/install
        $(INSTALL_DIR) $(1)/usr/lib
-       $(CP) $(PKG_INTALL_DIR)/usr/lib/libdvbpsi.so* $(1)/usr/lib/
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libdvbpsi.so* $(1)/usr/lib/
 endef
 
 $(eval $(call BuildPackage,libdvbpsi4))