From: florian Date: Thu, 17 May 2007 22:36:30 +0000 (+0000) Subject: Fix another typo X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5684ea4d5e86d9530b16d55bff9cdc025e2c9ec6;p=packages.git Fix another typo git-svn-id: svn://svn.openwrt.org/openwrt/packages@7268 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libdvbpsi4/Makefile b/libs/libdvbpsi4/Makefile index e76748832..3fbae1f25 100644 --- a/libs/libdvbpsi4/Makefile +++ b/libs/libdvbpsi4/Makefile @@ -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))